Skip to content

Commit d3bf5f8

Browse files
committed
Use OIDC for publishing
1 parent 7d210cc commit d3bf5f8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,4 @@ jobs:
8181
registry-url: https://registry.npmjs.org
8282
- uses: actions/download-artifact@v8
8383
with: { name: package }
84-
- run: npm publish *.tgz --provenance --access public
85-
env:
86-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
84+
- run: npm publish *.tgz

0 commit comments

Comments
 (0)