Skip to content

Commit

Permalink
Merge pull request #39 from TasmanAnalytics/fix/update-ci-config
Browse files Browse the repository at this point in the history
👷 update snowflake roles and db for CI
  • Loading branch information
tomshelllby authored Feb 20, 2024
2 parents 8973d03 + cfc8ff6 commit 3aa2f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
SNOWFLAKE_USER_CI: ${{ secrets.SNOWFLAKE_CI_USER }}
SNOWFLAKE_PASSWORD_CI: ${{ secrets.SNOWFLAKE_CI_USER_PASSWORD }}
SNOWFLAKE_DATABASE_CI: DBT_MTA_PACKAGE
SNOWFLAKE_DATABASE_CI: DBT_PACKAGE_CI
SNOWFLAKE_ROLE_CI: PACKAGE_CI_ROLE
SNOWFLAKE_WAREHOUSE_CI: PACKAGE_DEV_WH
SNOWFLAKE_WAREHOUSE_CI: PACKAGE_CI_WH
SNOWFLAKE_SCHEMA_CI: DBT_CI_${{github.event.number}}_${{ github.actor }} # Creates a unique schema for each PR
steps:
- name: Checkout branch
Expand Down

0 comments on commit 3aa2f74

Please sign in to comment.