Update gcloud configs for the chart_deploy job (#4086)

This commit is contained in:
Alejandro Pedraza 2020-02-20 17:00:52 -05:00 committed by GitHub
parent 395ca102d5
commit 262fe578b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@ jobs:
uses: linkerd/linkerd2-action-gcloud@v1.0.1
with:
cloud_sdk_service_account_key: ${{ secrets.CLOUD_SDK_SERVICE_ACCOUNT_KEY }}
gcp_project: ${{ secrets.GCP_PROJECT }}
gcp_zone: ${{ secrets.GCP_ZONE }}
gcp_project: ${{ secrets.LINKERD_SITE_PROJECT }}
gcp_zone: ${{ secrets.LINKERD_SITE_ZONE }}
- name: Edge Helm chart creation and upload
if: startsWith(github.ref, 'refs/tags/edge')
run: |