Skip to content

Commit 5501a59

Browse files
committed
Use OIDC for npm publish
1 parent b1b4af5 commit 5501a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
permissions:
11+
id-token: write
1112
contents: write
1213

1314
jobs:
@@ -322,7 +323,6 @@ jobs:
322323
createGithubReleases: true
323324
env:
324325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
325-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
326326
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
327327

328328
- name: Update lock file

0 commit comments

Comments
 (0)