Add permissions for merge-live GitHub Workflow (#24183)

pull/24186/head
Kirk Larkin 2021-12-03 10:20:20 +00:00 committed by GitHub
parent 25278c4971
commit 7ef2a635b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
name: Merge to Live
permissions:
contents: read
pull-requests: write
on:
workflow_dispatch
jobs: