Skip to content

Commit

Permalink
fix: ghtm requested permissions (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradegler authored and verbanicm committed Mar 16, 2023
1 parent 24f8108 commit 50e36f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
wif_service_account: '${{ vars.GHTM_WIF_SERVICE_ACCOUNT }}'
service_audience: '${{ vars.GHTM_SERVICE_AUDIENCE }}'
service_url: '${{ vars.GHTM_SERVICE_URL }}'
requested_permissions: '{"repositories":["secure-setup-terraform"],"permissions":{"pull_requests":"write"}}'
requested_permissions: '{"repositories":["secure-setup-terraform"],"permissions":{"pull_requests":"write","contents":"write"}}'
# Create a pull request for review
- id: 'create-pull-request'
if: '${{ env.CHANGES }}'
Expand Down

0 comments on commit 50e36f1

Please sign in to comment.