Skip to content

Commit af15e62

Browse files
committed
ci: update workflow
1 parent 44edee9 commit af15e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v3
2828
with:
29-
token: ${{ secrets.GH_TOKEN }}
29+
token: ${{ secrets.GITHUB_TOKEN }}
3030
- uses: actions/setup-node@v3
3131
with:
3232
node-version: 20
3333
cache: npm
3434
- run: npm ci
3535
- uses: cycjimmy/semantic-release-action@v4
3636
env:
37-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3939
with:
4040
extra_plugins: |

0 commit comments

Comments
 (0)