From 1126860ab1d0b192e5846be828a3c68e0a8ebaf5 Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Tue, 23 Jan 2024 02:07:27 +0100 Subject: [PATCH] missing env vars --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6040ba7ed..a6b5cb959 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -168,6 +168,9 @@ jobs: runs-on: ubuntu-latest needs: build_web environment: production + env: + WEBAPP_S3_BUCKET: ${{ vars.WEBAPP_S3_BUCKET }} + CF_DISTRIBUTION_ID: ${{ secrets.CF_DISTRIBUTION_ID }} steps: - uses: actions/checkout@v2 - name: Download web