Skip to content

Commit a0b40ad

Browse files
committed
fix: use id-token none
1 parent 2a70526 commit a0b40ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
permissions:
3737
contents: write
3838
# contents: read
39-
id-token: read
39+
id-token: none
4040
deployments: write
4141
runs-on: ubuntu-latest
4242
defaults:

0 commit comments

Comments
 (0)