Skip to content

Commit 5c8a4c5

Browse files
+
1 parent 73e2ea4 commit 5c8a4c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
runs-on: ubuntu-22.04
343343
permissions:
344344
contents: read
345-
id-token: write
345+
id-token: write # for OIDC
346346
# force empty so npm can use OIDC
347347
env:
348348
NODE_AUTH_TOKEN: ""

.github/workflows/release-latest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ jobs:
305305

306306
release:
307307
permissions:
308-
contents: write
309-
id-token: write
308+
contents: write # for creating GitHub releases
309+
id-token: write # for OIDC
310310
needs:
311311
- test
312312
- attw

0 commit comments

Comments
 (0)