Skip to content

Commit fb1ff33

Browse files
committed
fixed workflow
1 parent 5d441b1 commit fb1ff33

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,5 @@ jobs:
4646
'latest' }}
4747
backend-port: ${{ github.event_name == 'release' && '8180' || '8080' }}
4848
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' }}
49+
postgres-password: ${{ secrets.POSTGRES_PASSWORD }}
50+
web-api-key: ${{ secrets.WEB_API_KEY }}

0 commit comments

Comments
 (0)