From 3f40a492ae61ef86d049568a953e77a5dcb79a5c Mon Sep 17 00:00:00 2001 From: Raymond Cheng Date: Fri, 24 May 2024 09:43:18 -0700 Subject: [PATCH] fix: use the `indexer` environment for dbt docs deploy (#1523) --- .github/workflows/deploy-dbt-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-dbt-docs.yml b/.github/workflows/deploy-dbt-docs.yml index 280bbe3ef..acbf4d447 100644 --- a/.github/workflows/deploy-dbt-docs.yml +++ b/.github/workflows/deploy-dbt-docs.yml @@ -20,7 +20,7 @@ jobs: build-deploy: # NOTE: This name appears in GitHub's Checks API. name: build-deploy - environment: deploy + environment: indexer runs-on: ubuntu-latest steps: - name: Checkout code @@ -51,7 +51,7 @@ jobs: - name: Login to google uses: "google-github-actions/auth@v2" with: - credentials_json: "${{ secrets.GOOGLE_BQ_ADMIN_CREDENTIALS_JSON }}" + credentials_json: "${{ secrets.GOOGLE_CREDENTIALS_JSON }}" create_credentials_file: true - name: Setup dbt profile