Skip to content

Commit

Permalink
changed github var name because github_ prefix is reserved
Browse files Browse the repository at this point in the history
  • Loading branch information
Samkeer1 committed Apr 5, 2024
1 parent 65d9b34 commit 0bd8e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- run: npx semantic-release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_GITHUB }}

0 comments on commit 0bd8e48

Please sign in to comment.