Skip to content

Commit

Permalink
Fix CI destroy permission for review app
Browse files Browse the repository at this point in the history
Google authentication needs to be performed before the destroy workflow
can make any changes to the gcloud infratructure.
  • Loading branch information
vipin-dfe committed Dec 10, 2024
1 parent c4c7179 commit 9eab6aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/destroy_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- uses: google-github-actions/auth@v2
with:
# project_id: get-into-teaching
workload_identity_provider: projects/574582782335/locations/global/workloadIdentityPools/get-into-teaching-app/providers/get-into-teaching-app

- name: Setup Environment Variables
id: variables
run: |
Expand Down

0 comments on commit 9eab6aa

Please sign in to comment.