Skip to content

Commit

Permalink
fix: It should now use the proper GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 17, 2024
1 parent 294ed81 commit 6b4b949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
run: npx semantic-release

0 comments on commit 6b4b949

Please sign in to comment.