Skip to content

Commit edff250

Browse files
committed
fix release issue?
1 parent 3a839c4 commit edff250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: Release
1414
runs-on: ubuntu-latest
1515
permissions:
16+
id-token: write # Required for OIDC
1617
pull-requests: write
1718
contents: write
1819
steps:
@@ -31,4 +32,4 @@ jobs:
3132
publish: pnpm ci:publish
3233
env:
3334
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}
34-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
NODE_AUTH_TOKEN: ""

0 commit comments

Comments
 (0)