Skip to content

Commit

Permalink
ci(release-to-gpr): provide correct PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jul 26, 2024
1 parent c9246d7 commit 436e60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-GPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Publish monorepo npm packages
run: npx lerna publish from-package --no-private --yes --no-git-reset --registry=https://npm.pkg.github.com
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}

0 comments on commit 436e60b

Please sign in to comment.