mirror of
https://github.com/FlipsideCrypto/analytics-workflow-templates.git
synced 2026-02-06 11:17:52 +00:00
make required
This commit is contained in:
parent
9a46f0cfae
commit
d90c166d2e
2
.github/workflows/dbt_run_template.yml
vendored
2
.github/workflows/dbt_run_template.yml
vendored
@ -10,9 +10,11 @@ on:
|
||||
environment:
|
||||
type: string
|
||||
description: 'github environment to get configuration values'
|
||||
required: true
|
||||
warehouse:
|
||||
type: string
|
||||
description: 'dbt warehouse'
|
||||
required: true
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: "${{ secrets.DBT_PROFILES_DIR }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user