Skip to content

Commit

Permalink
chore: use secrets.GITHUB_TOKEN instead of personal
Browse files Browse the repository at this point in the history
  • Loading branch information
tjk committed May 27, 2024
1 parent 8560309 commit 74ffab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
git config --global user.name "TJ Koblentz (CI)"
- run: npx release-it ${{ github.event.inputs.version }} --npm.skipChecks --ci
env:
GITHUB_TOKEN: ${{ secrets.TJK_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TJK_TOKEN }}

0 comments on commit 74ffab5

Please sign in to comment.