Skip to content

Commit

Permalink
See if this passes the MD token properly
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Mar 17, 2024
1 parent 98d26fb commit edd81f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: macos-latest
env:
MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}
steps:
- name: Checkout
uses: actions/[email protected]
Expand All @@ -24,5 +26,3 @@ jobs:
run: |
dbt deps
dbt build --target prod
with:
MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}

0 comments on commit edd81f6

Please sign in to comment.