We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accce22 commit a491679Copy full SHA for a491679
.github/workflows/integration-tests.yml
@@ -25,6 +25,10 @@ on:
25
required: true
26
FIREBOLT_PASSWORD:
27
28
+ FIREBOLT_STG_USERNAME:
29
+ required: true
30
+ FIREBOLT_STG_PASSWORD:
31
32
SERVICE_ID:
33
34
SERVICE_SECRET:
.github/workflows/release-v0.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
branch: 0.x
18
secrets:
19
+ FIREBOLT_STG_USERNAME: ${{ secrets.FIREBOLT_STG_USERNAME }}
20
+ FIREBOLT_STG_PASSWORD: ${{ secrets.FIREBOLT_STG_PASSWORD }}
21
FIREBOLT_USERNAME: ${{ secrets.FIREBOLT_USERNAME }}
22
FIREBOLT_PASSWORD: ${{ secrets.FIREBOLT_PASSWORD }}
23
SERVICE_ID: ${{ secrets.SERVICE_ID }}
0 commit comments