Skip to content

Commit d2a6db3

Browse files
committed
build: add top-level permissions deny-all to links-checker workflow
1 parent 6953251 commit d2a6db3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/links-checker-schedule.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ on:
66
schedule:
77
- cron: "00 18 * * *"
88

9+
permissions: {}
10+
911
jobs:
1012
linkChecker:
13+
permissions:
14+
contents: read
15+
issues: write
1116
runs-on: ubuntu-latest
1217
steps:
1318
- name: Check out repo

0 commit comments

Comments
 (0)