Skip to content

Commit

Permalink
ci: fix GKE auth (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
irmannmal authored Dec 16, 2022
1 parent 729ab65 commit 79448af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ jobs:
cluster_name: ${{ secrets[format('{0}_{1}', matrix.environment, 'GKE_CLUSTER_NAME')] }}
location: ${{ secrets[format('{0}_{1}', matrix.environment, 'GKE_LOCATION')] }}
use_internal_ip: true
use_auth_provider: true
- name: Tunneling SSH connections
run: |
gcloud compute ssh ${{ secrets[format('{0}_{1}', matrix.environment, 'GCE_BASTION_INSTANCE_NAME')] }} \
Expand Down

0 comments on commit 79448af

Please sign in to comment.