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 6059c56 commit 98d26fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ jobs:
run: |
dbt deps
dbt build --target prod
with:
MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}
5 changes: 2 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
schedule:
- cron: "21 11 * * *"

env:
MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}

jobs:
scheduled:
runs-on: macos-latest
Expand Down Expand Up @@ -46,3 +43,5 @@ jobs:
build_to_motherduck:
uses: ./.github/workflows/build.yml
needs: scheduled
secrets:
MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}

0 comments on commit 98d26fb

Please sign in to comment.