Skip to content

Commit

Permalink
fix: give e22 tests requisite permissions (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble authored Oct 25, 2024
1 parent bdc9155 commit fb2330b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ jobs:
uses: dvsa/vol-functional-tests/.github/workflows/e2eSmoke.yaml@main
with:
platform_env: dev
permissions:
contents: write
id-token: write
checks: write

terraform_env_int:
name: Environment (int)
Expand Down Expand Up @@ -334,6 +338,10 @@ jobs:
uses: dvsa/vol-functional-tests/.github/workflows/e2eSmoke.yaml@main
with:
platform_env: int
permissions:
contents: write
id-token: write
checks: write

rollback_int:
name: Rollback INT Deployment
Expand Down

0 comments on commit fb2330b

Please sign in to comment.