Skip to content

Commit e446efe

Browse files
fix(ci): use GITHUB_TOKEN instead of missing GH_TOKEN secret
1 parent fba5f3e commit e446efe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
token: ${{ secrets.GH_TOKEN }}
2019

2120
- uses: ./.github/actions/setup
2221

2322
- run: pnpm exec semantic-release
2423
env:
25-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2625
GIT_AUTHOR_NAME: github-actions[bot]
2726
GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com
2827
GIT_COMMITTER_NAME: github-actions[bot]

0 commit comments

Comments
 (0)