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 61349d8 commit da8d92bCopy full SHA for da8d92b
.github/workflows/kops-deploy.yaml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
registry: us-central1-docker.pkg.dev
54
username: _json_key
55
- password: ${{ secrets.PROD_DEPLOY_KEY }}
+ password: ${{ secrets.UI_COMPONENTS_ZOP_WEB_DEPLOYMENT_KEY}}
56
57
- name: Build and Push Docker Image to GAR
58
uses: docker/build-push-action@v2
@@ -85,7 +85,7 @@ jobs:
85
- name: Authorize to GCP service account
86
uses: google-github-actions/auth@v1
87
88
- credentials_json: ${{ secrets.PROD_DEPLOY_KEY }}
+ credentials_json: ${{ secrets.UI_COMPONENTS_ZOP_WEB_DEPLOYMENT_KEY}}
89
90
- name: Set GCloud Project and Fetch Cluster Credentials
91
run:
0 commit comments