Skip to content

Commit

Permalink
missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Jan 23, 2024
1 parent 8f718fb commit 1126860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1126860

Please sign in to comment.