Skip to content

Commit 45f390a

Browse files
ci: Adds read content permission to node-ci.prod workflow.
1 parent d3f6343 commit 45f390a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

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

3536
jobs:
3637
cache-dependencies:

0 commit comments

Comments
 (0)