Skip to content

Commit b650cb0

Browse files
committed
Configured OIDC connect for npm publish
1 parent 09053a3 commit b650cb0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ jobs:
6868
npm pack
6969
tar -tf *.tgz
7070
71+
# Publishing is allowed via OIDC connection, so no need to set up npm auth token
7172
- name: Publish to npm
7273
run: npm publish --provenance --access public
73-
env:
74-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7574

7675
- name: Create GitHub Release
7776
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)