diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 03712cd1826..96557e7950e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,6 +25,10 @@ on: required: true FIREBOLT_PASSWORD: required: true + FIREBOLT_STG_USERNAME: + required: true + FIREBOLT_STG_PASSWORD: + required: true SERVICE_ID: required: true SERVICE_SECRET: diff --git a/.github/workflows/release-v0.yml b/.github/workflows/release-v0.yml index 74ff77a8019..6175da5a1ae 100644 --- a/.github/workflows/release-v0.yml +++ b/.github/workflows/release-v0.yml @@ -16,6 +16,8 @@ jobs: with: branch: 0.x secrets: + FIREBOLT_STG_USERNAME: ${{ secrets.FIREBOLT_STG_USERNAME }} + FIREBOLT_STG_PASSWORD: ${{ secrets.FIREBOLT_STG_PASSWORD }} FIREBOLT_USERNAME: ${{ secrets.FIREBOLT_USERNAME }} FIREBOLT_PASSWORD: ${{ secrets.FIREBOLT_PASSWORD }} SERVICE_ID: ${{ secrets.SERVICE_ID }}