Skip to content

Commit 593cb78

Browse files
committed
Set permissions for workflow jobs
1 parent 36adf11 commit 593cb78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [master]
88

99
jobs:
10+
permissions:
11+
contents: read
12+
pull-requests: write
1013
build:
1114
runs-on: ubuntu-latest
1215

0 commit comments

Comments
 (0)