Skip to content

Commit 579d54b

Browse files
committed
fix permissions
1 parent ecd4702 commit 579d54b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lock.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Lock Threads
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: "0 0 * * 1"
56

67
permissions:
78
issues: write
89
pull-requests: write
10+
discussions: write
911

1012
jobs:
1113
lock:

0 commit comments

Comments
 (0)