From e8935744f850eb3b00c518eaea287b4debbc1dad Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Wed, 20 Nov 2024 13:16:35 -0600 Subject: [PATCH] pass in snowflake password --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7100f69..c7497bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,4 @@ jobs: SNOWFLAKE_SCHEMA: "integration_tests_snowflake_${{ github.run_number }}" secrets: SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }} - DBT_ENV_SECRET_SNOWFLAKE_PASS: ${{ secrets.DBT_ENV_SECRET_SNOWFLAKE_PASS }} + DBT_ENV_SECRET_SNOWFLAKE_PASS: ${{ secrets.SNOWFLAKE_PASS }}