Skip to content

Commit 0f0613c

Browse files
Add specific permissions to .github/workflows/lock.yaml (#89820)
1 parent 2866f79 commit 0f0613c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lock.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
lock:
11+
permissions:
12+
issues: write
1113
runs-on: ubuntu-latest
1214
if: ${{ github.repository == 'flutter/flutter' }}
1315
steps:

0 commit comments

Comments
 (0)