Skip to content

Commit

Permalink
Fix GCP Project id
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Dec 30, 2024
1 parent 1ed0190 commit 8c5c76f
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 8c5c76f

Please sign in to comment.