Skip to content

Commit

Permalink
fix: use NPM_TOKEN instead of GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
thdk committed Sep 8, 2024
1 parent fa9ae04 commit c93ce9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run: |
npx nx release --yes --verbose
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push to remote
run: git push --follow-tags

0 comments on commit c93ce9e

Please sign in to comment.