We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134226e commit 2803871Copy full SHA for 2803871
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
schedule:
7
- cron: '0 0 * * 0'
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
test-node:
14
runs-on: ubuntu-latest
0 commit comments