From b539cd414b7476beda6537e93dbcc58a1f87c9f4 Mon Sep 17 00:00:00 2001 From: Alex Belanger Date: Fri, 8 Mar 2024 21:16:28 -0500 Subject: [PATCH] Creds again. --- .github/workflows/cantdidnt.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cantdidnt.yaml b/.github/workflows/cantdidnt.yaml index e408080c..17875f9e 100644 --- a/.github/workflows/cantdidnt.yaml +++ b/.github/workflows/cantdidnt.yaml @@ -7,7 +7,7 @@ on: env: PROJECT_ID: ${{ secrets.GKE_PROJECT }} - GKE_CLUSTER: cluster-1 + GKE_CLUSTER: pragma GKE_ZONE: us-central1-c DEPLOYMENT_NAME: candide REPOSITORY: pbot @@ -25,6 +25,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + submodules: recursive - name: 'Authenticate to Google Cloud' id: 'auth' @@ -35,6 +37,10 @@ jobs: - name: 'Set up Cloud SDK' uses: 'google-github-actions/setup-gcloud@v1' + - name: Setup kubectl + id: install-kubectl + uses: azure/setup-kubectl@v3 + - name: Set up GKE credentials uses: google-github-actions/get-gke-credentials@v2 with: