Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Aug 30, 2024
1 parent 6b6265c commit bc522d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
name: Checkout
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v1.1.1
uses: google-github-actions/auth@v2
with:
token_format: "access_token"
workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}
- name: Upload Docs
Expand Down

0 comments on commit bc522d7

Please sign in to comment.