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 82f6c6b commit f7811e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
jobs:
scheduled:
runs-on: macos-latest
env:
MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -45,3 +43,5 @@ jobs:
build_to_motherduck:
uses: ./.github/workflows/build.yml
needs: scheduled
with:
MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}

0 comments on commit f7811e6

Please sign in to comment.