Skip to content

Commit a491679

Browse files
authored
ci: Fix release wf (#309)
1 parent accce22 commit a491679

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ on:
2525
required: true
2626
FIREBOLT_PASSWORD:
2727
required: true
28+
FIREBOLT_STG_USERNAME:
29+
required: true
30+
FIREBOLT_STG_PASSWORD:
31+
required: true
2832
SERVICE_ID:
2933
required: true
3034
SERVICE_SECRET:

.github/workflows/release-v0.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
branch: 0.x
1818
secrets:
19+
FIREBOLT_STG_USERNAME: ${{ secrets.FIREBOLT_STG_USERNAME }}
20+
FIREBOLT_STG_PASSWORD: ${{ secrets.FIREBOLT_STG_PASSWORD }}
1921
FIREBOLT_USERNAME: ${{ secrets.FIREBOLT_USERNAME }}
2022
FIREBOLT_PASSWORD: ${{ secrets.FIREBOLT_PASSWORD }}
2123
SERVICE_ID: ${{ secrets.SERVICE_ID }}

0 commit comments

Comments
 (0)