Add specific permissions to .github/workflows/lock.yaml (#89820)
This commit is contained in:
2
.github/workflows/lock.yaml
vendored
2
.github/workflows/lock.yaml
vendored
@@ -8,6 +8,8 @@ on:
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
permissions:
|
||||
issues: write
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'flutter/flutter' }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user