Skip to content

Commit 55b5235

Browse files
authored
fix: give pull request write permissions to sync job (runfinch#520)
Issue #, if available: *Description of changes:* *Testing done:* - [ ] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Gavin Inglis <[email protected]>
1 parent 8b639ea commit 55b5235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/sync-submodules-and-deps.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
# More info: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
1212
id-token: write
1313
contents: write
14+
pull-requests: write
1415

1516
jobs:
1617
update:

0 commit comments

Comments
 (0)