diff options
Diffstat (limited to '.github/workflows/copilot.yml')
-rw-r--r-- | .github/workflows/copilot.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/copilot.yml b/.github/workflows/copilot.yml index c34dcb11..38c24378 100644 --- a/.github/workflows/copilot.yml +++ b/.github/workflows/copilot.yml @@ -9,7 +9,9 @@ on: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -permissions: write-all +permissions: + contents: read + pull-requests: write jobs: review: |