Skip to content

Commit

Permalink
fix: use the indexer environment for dbt docs deploy (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored May 24, 2024
1 parent e17bb07 commit 3f40a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dbt-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3f40a49

Please sign in to comment.