File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 type=raw,${{ env.GIT_TAG }}
101101
102102 - id : gcp-auth
103- uses : google-github-actions/auth@v2
103+ uses : google-github-actions/auth@v3
104104 with :
105105 token_format : ' access_token'
106106 service_account : artifact-writer@${{ env.GCP_PROJECT_ID}}.iam.gserviceaccount.com
Original file line number Diff line number Diff line change 5050 aws s3 sync --cache-control 'public,max-age=86400' --exclude "*" --include "*.pdf" --content-disposition attachment assets/legal s3://fxa-content-cdn-prod-distbucket-gqg70i8xqycy/legal
5151
5252 - name : Configure Stage GCP credentials
53- uses : google-github-actions/auth@v2
53+ uses : google-github-actions/auth@v3
5454 with :
5555 service_account : gke-cdn-upload-stage@${{ secrets.GCP_NONPROD_PROJECT_ID }}.iam.gserviceaccount.com
5656 workload_identity_provider : ${{ secrets.WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
6262 gcloud storage cp --cache-control='public,max-age=86400' --content-disposition=attachment -r assets/legal/* gs://fxa-content-cdn-stage-distbucket/legal/
6363
6464 - name : Configure Prod GCP credentials
65- uses : google-github-actions/auth@v2
65+ uses : google-github-actions/auth@v3
6666 with :
6767 service_account : gke-cdn-upload-prod@${{ secrets.GCP_PROD_PROJECT_ID }}.iam.gserviceaccount.com
6868 workload_identity_provider : ${{ secrets.WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
You can’t perform that action at this time.
0 commit comments