Skip to content

Commit 2799996

Browse files
committed
github: Set workflow permission
1 parent 002736d commit 2799996

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/cron.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: cron
2+
permissions:
3+
contents: read
4+
pull-requests: read
25

36
on:
47
schedule: [cron: "20 */5 * * *"]

.github/workflows/miri.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: miri
2+
permissions:
3+
contents: read
4+
pull-requests: read
25

36
on:
47
workflow_dispatch:

0 commit comments

Comments
 (0)