Skip to content

Commit

Permalink
fix: Github token
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 10, 2024
1 parent a60b075 commit 6d89144
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push_branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
with:
node-version: "lts/*"

- name: Install dependencies
run: npm clean-install

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
run: npx semantic-release

0 comments on commit 6d89144

Please sign in to comment.