Skip to content

Commit

Permalink
Fixing gcp auth error
Browse files Browse the repository at this point in the history
  • Loading branch information
sn0wyQ authored Feb 16, 2023
1 parent 46f7be4 commit 4f4c98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pulumi-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
working-directory: ${{ inputs.pulumiPath }}

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v1.1.0
with:
install_components: 'gke-gcloud-auth-plugin'

- name: GCP Auth
uses: 'google-github-actions/auth@v0'
uses: google-github-actions/auth@v1
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'

Expand Down

0 comments on commit 4f4c98f

Please sign in to comment.