Skip to content

Commit

Permalink
try to get needed plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehaz authored Nov 10, 2023
1 parent 7a28499 commit 59e4963
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/apprentice-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ jobs:

- name: Use gcloud CLI
run: gcloud info

- name: setup gke-gcloud-auth-plugin
uses: simenandre/setup-gke-gcloud-auth-plugin@v1
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
cluster_name: "ld-cluster-1"
cluster_region: "us-central1"

- name: authenticate plugin with Google Cloud
run: gke-gcloud-auth-plugin authenticate

- name: set image and restart Kubernetes deployment
run: |
Expand Down

0 comments on commit 59e4963

Please sign in to comment.