Skip to content

Commit

Permalink
Add value other than empty string to SECRETS_LIST on EKS deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlod committed Apr 3, 2024
1 parent d84e72e commit 47c03b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
IMAGE_NAME: ${{ vars.IMAGE_NAME || 'authentication-api' }}
NODE_ENV: ${{ vars.NODE_ENV || 'development' }}
LOG_STRATEGY: ${{ vars.LOG_STRATEGY || 'CONSOLE' }}
SECRETS_LIST: ${{ vars.SECRETS_LIST || '' }}
SECRETS_LIST: ${{ vars.SECRETS_LIST || 'none' }}

PASSWORD_SALT: ${{ secrets.PASSWORD_SALT || '10' }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
Expand Down

0 comments on commit 47c03b8

Please sign in to comment.