Skip to content

Commit

Permalink
chore: use personal access token to publish
Browse files Browse the repository at this point in the history
- You have to store the personal access token in
  `secrets.CODEMONGER_IO_GPR_TOKEN`.
  • Loading branch information
kikuomax committed Nov 8, 2023
1 parent 87fe744 commit 948fe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_github_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- run: npm -w @codemonger-io/buefy-next run build
- run: npm -w @codemonger-io/buefy-next publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.CODEMONGER_IO_GPR_TOKEN }}

0 comments on commit 948fe98

Please sign in to comment.