Skip to content

Commit 7812468

Browse files
committed
chore: Add permissions to workflows
1 parent 3cfda59 commit 7812468

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
schedule:
88
- cron: "0 7 * * *"
99

10+
permissions:
11+
contents: write
12+
issues: read
13+
14+
1015
jobs:
1116
build:
1217
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)