Skip to content

Commit 6b4b949

Browse files
committed
fix: It should now use the proper GH_TOKEN
1 parent 294ed81 commit 6b4b949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_branches.workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ jobs:
9090
9191
- name: Release
9292
env:
93-
GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }}
93+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9494
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
9595
run: npx semantic-release

0 commit comments

Comments
 (0)