We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaf2209 + 451094a commit 00dafb7Copy full SHA for 00dafb7
3 files changed
.github/workflows/audit.yml
@@ -17,6 +17,10 @@ on:
17
schedule:
18
- cron: '19 7 4 * *'
19
20
+permissions:
21
+ contents: read
22
+ issues: write
23
+
24
jobs:
25
audit:
26
runs-on: ubuntu-latest
.github/workflows/lint.yml
@@ -12,6 +12,11 @@ on:
12
13
- cron: '19 7 3 * *'
14
15
16
+ checks: write
+ pull-requests: write
lint:
.github/workflows/test.yml
@@ -12,6 +12,9 @@ on:
- cron: '18 7 3 * *'
test:
0 commit comments