diff --git a/.github/workflows/dbt_docs_update.yml b/.github/workflows/dbt_docs_update.yml index 3abb3fe..3c8c141 100644 --- a/.github/workflows/dbt_docs_update.yml +++ b/.github/workflows/dbt_docs_update.yml @@ -36,7 +36,7 @@ jobs: - name: install dependencies run: | - pip install dbt-snowflake==${{ secrets.DBT_VERSION }} + pip install dbt-snowflake==${{ vars.DBT_VERSION }} dbt deps - name: checkout docs branch run: |