From 874cd4cb5ef42eeffa21b0fdbcaf7094f5a56d2b Mon Sep 17 00:00:00 2001 From: alafanechere Date: Tue, 14 Nov 2023 10:13:42 +0100 Subject: [PATCH] airbyte-ci release: fix auth in workflow --- .github/workflows/airbyte-ci-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/airbyte-ci-release.yml b/.github/workflows/airbyte-ci-release.yml index a70d4dd70078..1d42e96e7d3b 100644 --- a/.github/workflows/airbyte-ci-release.yml +++ b/.github/workflows/airbyte-ci-release.yml @@ -61,8 +61,8 @@ jobs: name: airbyte-ci-${{ matrix.os }}-${{ steps.get_short_sha.outputs.sha }} path: airbyte-ci/connectors/pipelines/dist/${{ env.BINARY_FILE_NAME }} - - name: Authenticate to Google Cloud - id: auth + - name: Authenticate to Google Cloud Dev + id: auth_dev uses: google-github-actions/auth@v1 with: credentials_json: "${{ secrets.METADATA_SERVICE_DEV_GCS_CREDENTIALS }}" @@ -91,8 +91,8 @@ jobs: run: | echo "::set-output name=version::$(poetry version --short)" - - name: Authenticate to Google Cloud - id: auth + - name: Authenticate to Google Cloud Prod + id: auth_prod uses: google-github-actions/auth@v1 with: credentials_json: "${{ secrets.METADATA_SERVICE_PROD_GCS_CREDENTIALS }}"