Skip to content

Commit 5ca6d11

Browse files
committed
fix: permissions add write to contents, deployments, id-token
1 parent 9824b6f commit 5ca6d11

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/node-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ on:
3333

3434
jobs:
3535
Release:
36-
permissions: read-all|write-all
37-
# permissions:
38-
# id-token: write
36+
permissions:
37+
id-token: write
38+
contents: write
39+
deployments: write
3940
runs-on: ubuntu-latest
4041
defaults:
4142
run:

0 commit comments

Comments
 (0)