From 5492f93e880789179303e5b4779e9ae513e6a403 Mon Sep 17 00:00:00 2001 From: Xabier Almazor Date: Wed, 11 Oct 2023 13:08:30 +0200 Subject: [PATCH] trigger again --- .github/workflows/azure-pipelines-emerynet.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/azure-pipelines-emerynet.yml b/.github/workflows/azure-pipelines-emerynet.yml index 553c02240..d260e21a4 100644 --- a/.github/workflows/azure-pipelines-emerynet.yml +++ b/.github/workflows/azure-pipelines-emerynet.yml @@ -23,7 +23,7 @@ jobs: service_account_key: ${{ secrets.GCP_AUTH_KEY }} project_id: web3-335312 export_default_credentials: true - + - name: Activate Service Account run: gcloud auth activate-service-account github-actions-187@web3-335312.iam.gserviceaccount.com --key-file=$GOOGLE_APPLICATION_CREDENTIALS @@ -49,3 +49,4 @@ jobs: envsubst < skaffold.emerynet.template.yaml > skaffold.emerynet.yaml skaffold run --filename skaffold.emerynet.yaml shell: bash + \ No newline at end of file