Skip to content

Commit 4edeb70

Browse files
ci: Adds write contents permission to node-ci.prod workflow.
1 parent 45f390a commit 4edeb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-ci.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
permissions:
3333
id-token: 'write' # Used for NPM publish
34-
contents: 'read'
34+
contents: 'write'
3535

3636
jobs:
3737
cache-dependencies:

0 commit comments

Comments
 (0)