Fix environment file (#2801)

* chore: test to fix upload of env overrides

* fix: add env variable name to env section
This commit is contained in:
ggurdin 2025-05-14 16:41:14 -04:00 committed by GitHub
parent 0ff5c9fcc0
commit 0a8ddae2ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,8 @@ on:
env:
WEB_APP_ENV: ${{ vars.WEB_APP_ENV }}
ENV_OVERRIDES: ${{ vars.ENV_OVERRIDES }}
jobs:
build_web:
runs-on: ubuntu-latest

View file

@ -20,6 +20,7 @@ jobs:
name: ${{ inputs.environment }}
env:
WEB_APP_ENV: ${{ vars.WEB_APP_ENV }}
ENV_OVERRIDES: ${{ vars.ENV_OVERRIDES }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4