Skip to content

Commit

Permalink
fix: workflow token
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Nov 8, 2024
1 parent 868db5d commit 4dc50fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Publish package
run: pnpm publish --no-git-checks --tag alpha ${{ inputs.dry_run && '--dry-run' || '' }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Pack package (dry run)
if: ${{ inputs.dry_run }}
run: |
Expand Down

0 comments on commit 4dc50fb

Please sign in to comment.