Skip to content

Commit

Permalink
Correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ntse committed Nov 29, 2024
1 parent 70629d4 commit f1d9e77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_test-terraform-plan-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
permissions:
packages: read
actions: read
contents: read
contents: write
security-events: write
statuses: write
checks: write
id-token: write
pull-requests: write
secrets:
REPO_SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
AWS_ACCOUNT_ID: ${{ secrets.TEST_AWS_ACCOUNT_ID }}
Expand Down

0 comments on commit f1d9e77

Please sign in to comment.