We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a867c commit 9724a28Copy full SHA for 9724a28
1 file changed
.github/workflows/node.js.yml
@@ -12,6 +12,10 @@ on:
12
types: [ labeled, opened, synchronize, reopened ]
13
schedule:
14
- cron: 20 4 * * *
15
+
16
+permissions:
17
+ contents: read
18
19
jobs:
20
build:
21
runs-on: ubuntu-latest
0 commit comments