Skip to content

Commit 651eefc

Browse files
committed
github actions: add permissions
1 parent 0821947 commit 651eefc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
name: Node.js CI
55

6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
610
on:
711
push:
812
branches: [ "master" ]

0 commit comments

Comments
 (0)