From 325e5459fb9c0497032d801f08c0addc44c21afa Mon Sep 17 00:00:00 2001 From: Carter McBride <18412686+carterworks@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:46:04 -0600 Subject: [PATCH] Add env variables back to build --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f183b01..c8ca91e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,9 @@ jobs: uses: actions/checkout@v4 - name: Install, build, and upload your site output uses: withastro/action@v2 + env: + YAZZY_URL: ${{ vars.YAZZY_URL }} + FEEDS: ${{ vars.FEEDS }} deploy: needs: build