Skip to content

Commit 6353ae6

Browse files
authored
add explicit permissions to lock workflow (#1125)
1 parent 0a721c8 commit 6353ae6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lock.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
schedule:
44
- cron: '0 0 * * *'
55

6+
permissions:
7+
issues: "write"
8+
69
jobs:
710
lock:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)