diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b94d78f..fd90c7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,8 @@ on: jobs: build: runs-on: macos-latest + env: + MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }} steps: - name: Checkout uses: actions/checkout@v4.1.1 @@ -24,5 +26,3 @@ jobs: run: | dbt deps dbt build --target prod - with: - MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}