Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean committed Mar 27, 2024
1 parent 92d1d0d commit 2a80f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/env-file-generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- run: |
touch env_file
case ${{ deploy_environment }} in
case ${{ github.event.inputs.deploy_environment }} in
'production')
echo APP_SERVER_PORTAL=${{ secrets.PRODUCTION_SERVER_PORTAL }} >> env_file
echo APP_WS_KEY=${{ secrets.PRODUCTION_WS_KEY }} >> env_file
Expand Down

0 comments on commit 2a80f7c

Please sign in to comment.