Skip to content

Commit a4bc788

Browse files
committed
fix: try to fix id-token write error
> The nested job 'Release' is requesting 'id-token: write', but is only allowed 'id-token: none'.
1 parent 00e8ecc commit a4bc788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ on:
3434
jobs:
3535
Release:
3636
permissions:
37+
# contents: write
38+
contents: read
3739
id-token: write
38-
contents: write
3940
deployments: write
4041
runs-on: ubuntu-latest
4142
defaults:

0 commit comments

Comments
 (0)