Skip to content

Commit

Permalink
add perms
Browse files Browse the repository at this point in the history
  • Loading branch information
ntse committed Aug 6, 2024
1 parent ef08f0f commit c1325d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/_test-terraform-plan-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
repo: UKHSA-Internal/devops-terraform-example-project
ref: "main"
permissions:
id-token: write
packages: read
contents: read
security-events: write
statuses: write
checks: write
id-token: write
secrets:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
AWS_ACCOUNT_ID: ${{ secrets.TEST_AWS_ACCOUNT_ID }}
Expand Down

0 comments on commit c1325d6

Please sign in to comment.