Add specific permissions to .github/workflows/lock.yaml (#89820)

This commit is contained in:
Varun Sharma 2021-09-14 11:17:03 -07:00 committed by GitHub
parent 2866f79c89
commit 0f0613c0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@ on:
jobs:
lock:
permissions:
issues: write
runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/flutter' }}
steps: