Skip to content

Commit b3109fe

Browse files
committed
fix: use custom github token to allow sequantial workflow creation
1 parent 7436049 commit b3109fe

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
SEMANTIC_RELEASE_NPM_PUBLISH: "true"
3838
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
3939
run: npx semantic-release

0 commit comments

Comments
 (0)