Skip to content

Commit 75a2687

Browse files
Update publish.yml
1 parent 49619bc commit 75a2687

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ on:
55
- main
66

77
permissions:
8-
contents: read
98
id-token: write # required for npm trusted publisher (OIDC)
9+
contents: read
1010

1111
jobs:
1212
publish:
1313
runs-on: ubuntu-latest
14-
env:
15-
NODE_AUTH_TOKEN: "" # ensure we rely on OIDC, not a token
1614

1715
steps:
1816
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)