Skip to content
Snippets Groups Projects
Commit bc522d70 authored by James Briggs's avatar James Briggs
Browse files

fix: workflow

parent 6b6265ce
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,8 @@ jobs: ...@@ -41,9 +41,8 @@ jobs:
name: Checkout name: Checkout
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v1.1.1 uses: google-github-actions/auth@v2
with: with:
token_format: "access_token"
workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }} workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ vars.GCP_SERVICE_ACCOUNT }} service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}
- name: Upload Docs - name: Upload Docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment