update to var and add workflow run

This commit is contained in:
Jack Forgash 2023-02-15 18:40:39 -07:00
parent 2552d1e2c4
commit 112f2ff0af

View File

@ -1,6 +1,7 @@
name: dbt_docs_update
on:
workflow_dispatch:
push:
branches:
- "main"
@ -36,7 +37,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: |