Unverified Commit 0f0613c0 authored by Varun Sharma's avatar Varun Sharma Committed by GitHub

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

parent 2866f79c
...@@ -8,6 +8,8 @@ on: ...@@ -8,6 +8,8 @@ on:
jobs: jobs:
lock: lock:
permissions:
issues: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/flutter' }} if: ${{ github.repository == 'flutter/flutter' }}
steps: steps:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment