mirror of https://github.com/docker/docs.git
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:
parent
f94191c981
commit
9756d1066d
|
@ -52,7 +52,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull_request: write
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in New Issue