Skip to content

Commit d919192

Browse files
committed
fix: modify the token used for release
1 parent d6221f7 commit d919192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_branches.workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Release
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GHP }}
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3838
SEMANTIC_RELEASE_NPM_PUBLISH: "true"
3939
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)