Skip to content

Commit

Permalink
Migrate GCP Wif
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Dec 12, 2024
1 parent 8a6a59d commit 7c9e5ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/actions/deploy-environment-aks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ runs:
with:
azure-credentials: ${{ inputs.azure-credentials }}

- uses: google-github-actions/auth@v2
with:
project_id: teaching-qualifications
workload_identity_provider: projects/737868692824/locations/global/workloadIdentityPools/refer-serious-misconduct/providers/refer-serious-misconduct

- name: Terraform Apply
shell: bash
run: |
Expand Down
5 changes: 0 additions & 5 deletions .github/actions/deploy-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ runs:
terraform_version: ${{ ENV.terraform_version }}
terraform_wrapper: false

- uses: google-github-actions/auth@v2
with:
project_id: teaching-qualifications
workload_identity_provider: projects/737868692824/locations/global/workloadIdentityPools/refer-serious-misconduct/providers/refer-serious-misconduct

- id: terraform
run: |
if [ ${{ inputs.environment_name }} == "review" ]; then
Expand Down

0 comments on commit 7c9e5ac

Please sign in to comment.