Skip to content

Commit 3bbfb05

Browse files
committed
ci: fix release github token issue
1 parent 2f70349 commit 3bbfb05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ jobs:
9090

9191
- name: Release
9292
env:
93-
GH_TOKEN: ${{ secrets.ADMIN_TOKEN_GH }}
94-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93+
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN_GH }}
9594
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9695
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
9796
run: yarn semantic-release

0 commit comments

Comments
 (0)