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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
pull_request: write
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Reference in New Issue