Skip to content

Commit

Permalink
Merge pull request #1292 from DFE-Digital/fix-gcp-project-id
Browse files Browse the repository at this point in the history
Fix GCP Project id
  • Loading branch information
neillturner authored Dec 30, 2024
2 parents 1ed0190 + 8c5c76f commit 5efbabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-environment-aks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:

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

- name: Terraform Apply
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

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

- name: Terraform Destroy
Expand Down

0 comments on commit 5efbabc

Please sign in to comment.