Skip to content

Commit 785e4ae

Browse files
authored
Merge pull request #293 from albe/copilot/adjust-npm-publish-workflow
Switch npm publish to trusted publisher (OIDC) authentication
2 parents 7bc3666 + 99c070b commit 785e4ae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,3 @@ jobs:
8585
registry-url: 'https://registry.npmjs.org'
8686
- run: npm ci
8787
- run: npm publish --provenance --access public
88-
env:
89-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)