We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b0218 commit 32dfa24Copy full SHA for 32dfa24
.github/workflows/build-deploy-docker.yaml
@@ -197,6 +197,7 @@ jobs:
197
uses: google-github-actions/get-gke-credentials@v2
198
if: ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' }}
199
with:
200
+ project_id: ${{ secrets.GKE_PROJECT }}
201
cluster_name: ${{ secrets.GKE_CLUSTER }}
202
location: ${{ secrets.GKE_ZONE }}
203
credentials: ${{ secrets.GKE_SA_KEY }}
0 commit comments