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 45bd1e4 commit 8318abaCopy full SHA for 8318aba
.github/workflows/main.yml
@@ -8,6 +8,9 @@ on:
8
branches:
9
- "*"
10
11
+permissions:
12
+ contents: read
13
+
14
jobs:
15
run-checks-and-unit-tests:
16
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
+ actions: write
remove-old-artifacts:
0 commit comments