Skip to content

Commit da8d92b

Browse files
Update kops-deploy.yaml
1 parent 61349d8 commit da8d92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kops-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
registry: us-central1-docker.pkg.dev
5454
username: _json_key
55-
password: ${{ secrets.PROD_DEPLOY_KEY }}
55+
password: ${{ secrets.UI_COMPONENTS_ZOP_WEB_DEPLOYMENT_KEY}}
5656

5757
- name: Build and Push Docker Image to GAR
5858
uses: docker/build-push-action@v2
@@ -85,7 +85,7 @@ jobs:
8585
- name: Authorize to GCP service account
8686
uses: google-github-actions/auth@v1
8787
with:
88-
credentials_json: ${{ secrets.PROD_DEPLOY_KEY }}
88+
credentials_json: ${{ secrets.UI_COMPONENTS_ZOP_WEB_DEPLOYMENT_KEY}}
8989

9090
- name: Set GCloud Project and Fetch Cluster Credentials
9191
run:

0 commit comments

Comments
 (0)