Skip to content

Commit

Permalink
fix: give pull request write permissions to sync job
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Inglis <giinglis@amazon.com>
  • Loading branch information
ginglis13 committed Aug 4, 2023
1 parent 8b639ea commit 0f71b23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-submodules-and-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:
# More info: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
id-token: write
contents: write
pull-requests: write

jobs:
update:
Expand Down

0 comments on commit 0f71b23

Please sign in to comment.