Skip to content

Commit

Permalink
skip: update CI 21
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Jun 19, 2024
1 parent cef0fd0 commit e04d4fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ jobs:
- uses: ./.github/workflows/actions/set-up-cloud-creds
with:
aws_assume_role: ${{ secrets.CI_ASSUME_ROLE }}
service_account: ${{ secrets.SERVICE_ACCOUNT }}
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
client_id: ${{ secrets.AZURE_CLIENT_ID }}
tenant_id: ${{ secrets.AZURE_TENANT_ID }}
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
step: common_${{ matrix.compliance }}
- uses: ./.github/workflows/actions/install-dependencies

Expand Down
2 changes: 1 addition & 1 deletion auto_policy_testing/green/common_resources/random_int.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "random_integer" "this" {
min = 1
max = 96
max = 98
}
2 changes: 1 addition & 1 deletion auto_policy_testing/red/common_resources/random_int.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "random_integer" "this" {
min = 1
max = 96
max = 98
}

0 comments on commit e04d4fe

Please sign in to comment.