We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8332494 commit 64edfa3Copy full SHA for 64edfa3
3 files changed
.github/workflows/autocloser.yml
@@ -1,5 +1,8 @@
1
name: Autocloser
2
on: [issues]
3
+permissions:
4
+ issues: write
5
+
6
jobs:
7
autoclose:
8
runs-on: ubuntu-latest
.github/workflows/codeql-analysis.yml
@@ -6,6 +6,10 @@ on:
schedule:
- cron: '0 14 * * 6'
9
10
+ contents: read
11
+ security-events: write
12
13
14
analyze:
15
name: Analyze
.github/workflows/releases.yml
@@ -18,6 +18,9 @@ on:
18
19
name: GitHub CI
20
21
22
+ contents: write
23
24
25
build:
26
name: Build
0 commit comments