Skip to content

Commit 2845fbc

Browse files
committed
Use OIDC for publishing
1 parent 6a92b73 commit 2845fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
permissions:
1010
pull-requests: write
1111
contents: write
12+
id-token: write
1213

1314
concurrency: ${{ github.workflow }}-${{ github.ref }}
1415

@@ -24,7 +25,7 @@ jobs:
2425

2526
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2627
with:
27-
node-version: 'lts/*'
28+
node-version: "lts/*"
2829
package-manager-cache: false
2930

3031
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
@@ -52,4 +53,3 @@ jobs:
5253
publish: pnpm changeset publish
5354
env:
5455
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)