Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0063d34

Browse files
authored
ci: Explicit permissions (#40)
1 parent 8ac8a16 commit 0063d34

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/lock.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "Lock threads"
2-
2+
permissions:
3+
issues: write
4+
pull-requests: write
5+
discussions: write
36
on:
7+
workflow_dispatch:
48
schedule:
59
- cron: "37 2 * * *"
610

0 commit comments

Comments
 (0)