We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed57899 commit aefe962Copy full SHA for aefe962
.github/workflows/audit.yml
@@ -12,6 +12,9 @@ on:
12
schedule:
13
- cron: '12 13 2 * *'
14
15
+permissions:
16
+ contents: read
17
+
18
jobs:
19
audit:
20
runs-on: ubuntu-latest
.github/workflows/checks.yml
@@ -3,6 +3,9 @@ on:
3
4
name: Checks
5
6
7
8
9
10
test:
11
0 commit comments