Skip to content

Commit

Permalink
fix: use "secrets.GITHUB_TOKEN" to publish to GPR
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Jan 31, 2023
1 parent 44f9b52 commit 2652288
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 @@ -84,4 +84,4 @@ jobs:
sed -i 's/\("name"\:[[:space:]]*"\)\(html-to-image"\)/\1@bubkoo\/\2/' package.json
npm publish
env:
NODE_AUTH_TOKEN: ${{ env.BOT_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2652288

Please sign in to comment.