We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62be9f3 commit 3651b14Copy full SHA for 3651b14
.github/workflows/main.yml
@@ -16,6 +16,9 @@ on:
16
- 'ISSUE_TEMPLATE/**'
17
- '**/remove-old-artifacts.yml'
18
19
+permissions:
20
+ contents: read
21
+
22
jobs:
23
markdown-link-check:
24
runs-on: ubuntu-latest
.github/workflows/remove-old-artifacts.yml
@@ -5,6 +5,9 @@ on:
5
# Every day at 1am
6
- cron: '0 1 * * *'
7
8
9
+ actions: write
10
11
12
remove-old-artifacts:
13
0 commit comments