Skip to content

Commit

Permalink
Allow terraform plan to write a pull request comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrite committed Feb 20, 2025
1 parent beb7570 commit 2bfa443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
pull-requests: 'write'

strategy:
fail-fast: false
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
pull-requests: 'write'

strategy:
fail-fast: false
Expand Down

0 comments on commit 2bfa443

Please sign in to comment.