Skip to content

Commit

Permalink
Fix get-gke-credentials invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Feb 19, 2024
1 parent 899b078 commit 4715097
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,12 @@ jobs:
- name: Publish image
run: |-
docker push $IMAGE_TAG
- name: "Configure kubectl credentials"
uses: 'google-github-actions/get-gke-credentials@v2'
with:
cluster_name: $GKE_CLUSTER
location: $GKE_ZONE

cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_ZONE }}

# Push to GKE (using the auth we've already configured)
- name: Update GKE test deployment
Expand Down

0 comments on commit 4715097

Please sign in to comment.