Skip to content

Commit 31b99e6

Browse files
committed
chore(workflows): add top-level permissions deny-all
1 parent d26921e commit 31b99e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/repo-init.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
schedule:
1010
- cron: '0 9 * * 1' # Every Monday at 09:00 UTC
1111

12+
permissions: {} # deny-all at workflow level; each job declares only what it needs
13+
1214
jobs:
1315
create-label:
1416
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)