1 parent d26921e commit 31b99e6Copy full SHA for 31b99e6
1 file changed
.github/workflows/repo-init.yml
@@ -9,6 +9,8 @@ on:
9
schedule:
10
- cron: '0 9 * * 1' # Every Monday at 09:00 UTC
11
12
+permissions: {} # deny-all at workflow level; each job declares only what it needs
13
+
14
jobs:
15
create-label:
16
runs-on: ubuntu-latest
0 commit comments