Skip to content

Commit 8482786

Browse files
committed
ci: switch to OIDC releases to npm
1 parent c75f2ae commit 8482786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
needs: [verify-prebuilds]
8383
runs-on: ubuntu-latest
8484
permissions:
85-
contents: write # for creating releases
85+
id-token: write # Required for OIDC
86+
contents: write # for creating GH releases
8687
steps:
8788
- name: checkout
8889
uses: actions/checkout@v6
@@ -91,7 +92,6 @@ jobs:
9192
with:
9293
node-version: 22
9394
cache: "npm"
94-
registry-url: https://registry.npmjs.org
9595
- name: install
9696
run: npm ci
9797
- name: build

0 commit comments

Comments
 (0)