Skip to content

Commit f28cf3e

Browse files
authored
Merge pull request #1540 from drager/alert-autofix-3
chore: fix for code scanning alert no. 3: Workflow does not contain permissions
2 parents 948213c + b146bca commit f28cf3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/approve.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Automatic Approve
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on:
36
schedule:
47
- cron: "0 0 * * *"

0 commit comments

Comments
 (0)