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