Skip to content

Commit

Permalink
downgrade marketing gcloud deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Jan 26, 2024
1 parent 6fbf2ea commit 13067f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-marketing-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
uses: actions/checkout@v4

- name: 'Authenticate to Google Cloud'
uses: google-github-actions/auth@v2
uses: google-github-actions/auth@v1
with:
workload_identity_provider: 'projects/168301767246/locations/global/workloadIdentityPools/github-pool/providers/github-provider'
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
uses: google-github-actions/setup-gcloud@v1

- name: Authorize Docker push
run: gcloud auth configure-docker europe-west1-docker.pkg.dev
Expand Down

0 comments on commit 13067f1

Please sign in to comment.