Skip to content

Commit

Permalink
rename secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jul 17, 2024
1 parent 8e6ddb6 commit 45667a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
REDSHIFT_PORT: 5439
# bigquery
BIGQUERY_PROJECT: ${{ vars.BIGQUERY_PROJECT }}
DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON: ${{ secrets.BIGQUERY_SERVICE_ACCOUNT_JSON }}
BIGQUERY_SCHEMA: "dbt_utils_integration_tests_bigquery_${{ github.run_number }}"
DBT_ENV_SECRET_BIGQUERY_KEY_ID: ${{ secrets.DBT_ENV_SECRET_BIGQUERY_KEY_ID }}
DBT_ENV_SECRET_BIGQUERY_PRIVATE_KEY: ${{ secrets.DBT_ENV_SECRET_BIGQUERY_PRIVATE_KEY }}
DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON: ${{ secrets.BIGQUERY_SERVICE_ACCOUNT_JSON }}
DBT_ENV_SECRET_BIGQUERY_KEY_ID: ${{ secrets.BIGQUERY_KEY_ID }}
DBT_ENV_SECRET_BIGQUERY_PRIVATE_KEY: ${{ secrets.BIGQUERY_PRIVATE_KEY }}

0 comments on commit 45667a0

Please sign in to comment.