Skip to content

Commit

Permalink
Revert "chore(ci): pass NPM_TOKEN to npm publish step (#527)"
Browse files Browse the repository at this point in the history
This reverts commit dece889.
  • Loading branch information
aduh95 authored Jul 13, 2024
1 parent b835608 commit 176283f
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 @@ -51,7 +51,7 @@ jobs:
- name: Publish to the npm registry
run: npm publish corepack.tgz --provenance
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Add Corepack package archive to GitHub release
run: gh release upload ${{ needs.release-please.outputs.release_tag }} corepack.tgz
Expand Down

0 comments on commit 176283f

Please sign in to comment.