Skip to content

Commit 625fadc

Browse files
authored
configure trusted publisher (via #1382)
1 parent ec46232 commit 625fadc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: read
9+
id-token: write
910

1011
jobs:
1112
publish:
@@ -23,6 +24,5 @@ jobs:
2324
run: |
2425
yarn install
2526
yarn build
26-
- run: yarn workspaces foreach -Avv --no-private npm publish --provenance --tolerate-republish
27-
env:
28-
YARN_NPM_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
27+
- run: yarn workspaces foreach -Avv --no-private npm publish --tolerate-republish
28+

0 commit comments

Comments
 (0)