Skip to content

Commit

Permalink
Export MD token secret into env var so dbt can use it
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Mar 16, 2024
1 parent 1f75275 commit bb356b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
python3 -m pip install uv
uv pip install --system -r requirements.txt
- name: Run Transformations
env:
MOTHERDUCK_TOKEN: ${{secrets.MOTHERDUCK_TOKEN}}
run: |
dbt deps
dbt build --target prod

0 comments on commit bb356b2

Please sign in to comment.