Skip to content

Commit 2a70526

Browse files
committed
fix: use id-token read
1 parent a4bc788 commit 2a70526

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ on:
3434
jobs:
3535
Release:
3636
permissions:
37-
# contents: write
38-
contents: read
39-
id-token: write
37+
contents: write
38+
# contents: read
39+
id-token: read
4040
deployments: write
4141
runs-on: ubuntu-latest
4242
defaults:

0 commit comments

Comments
 (0)