We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d441b1 commit fb1ff33Copy full SHA for fb1ff33
1 file changed
.github/workflows/release.yaml
@@ -46,9 +46,5 @@ jobs:
46
'latest' }}
47
backend-port: ${{ github.event_name == 'release' && '8180' || '8080' }}
48
website-port: ${{ github.event_name == 'release' && '3100' || '3000' }}
49
- postgres-password:
50
- ${{ github.event_name == 'release' && secrets.STAGING_POSTGRES_PASSWORD
51
- || 'postgres' }}
52
- web-api-key:
53
- ${{ github.event_name == 'release' && secrets.STAGING_WEB_API_KEY ||
54
- '1234' }}
+ postgres-password: ${{ secrets.POSTGRES_PASSWORD }}
+ web-api-key: ${{ secrets.WEB_API_KEY }}
0 commit comments