Fix permission for Scout GHA

The permission needed to allow Scout to write back to the PR was incorrect (docs here - https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs)
This commit is contained in:
Michael Irwin 2023-12-14 01:30:10 -05:00 committed by GitHub
parent f94191c981
commit 9756d1066d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
pull_request: write
pull-requests: write
steps:
- name: Checkout repository