Skip to content

Commit

Permalink
fix: update publish github token name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagargajare committed Mar 28, 2024
1 parent 20c8ee7 commit cac1951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- run: npm run semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}

0 comments on commit cac1951

Please sign in to comment.