Skip to content

Commit 32dfa24

Browse files
committed
PEER-242: Update action script
Signed-off-by: SeeuSim <[email protected]>
1 parent 75b0218 commit 32dfa24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-deploy-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
uses: google-github-actions/get-gke-credentials@v2
198198
if: ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' }}
199199
with:
200+
project_id: ${{ secrets.GKE_PROJECT }}
200201
cluster_name: ${{ secrets.GKE_CLUSTER }}
201202
location: ${{ secrets.GKE_ZONE }}
202203
credentials: ${{ secrets.GKE_SA_KEY }}

0 commit comments

Comments
 (0)