We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a7ae0 commit 2296837Copy full SHA for 2296837
1 file changed
.github/workflows/ci.yml
@@ -14,6 +14,9 @@ on:
14
schedule:
15
- cron: "0 0 * * 1" # Every Monday
16
17
+permissions:
18
+ contents: read
19
+
20
concurrency:
21
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
22
cancel-in-progress: true
0 commit comments