Skip to content

Commit

Permalink
TMP: give PR workflow write access to pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
AP-Hunt committed Feb 18, 2025
1 parent fac5b1e commit 9fc95d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/review_apps_on_pr_change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
# see: https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html
runs-on: codebuild-review-forms-admin-gha-runner-${{github.run_id}}-${{github.run_attempt}}

permissions:
pull-requests: write

steps:
- name: Generate container image URI
run: |
Expand Down

0 comments on commit 9fc95d3

Please sign in to comment.