Skip to content

Commit

Permalink
use deploy token
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Jul 10, 2024
1 parent f907531 commit cebbb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
- name: npm publish
run: pnpm release-plan publish --singlePackage=ember-inspector
env:
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
GITHUB_AUTH: ${{ secrets.GITHUB_DEPLOY_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit cebbb73

Please sign in to comment.