From a7cf03657eba3c590d95edb16241658ec30414ac Mon Sep 17 00:00:00 2001 From: ptiurin Date: Thu, 31 Aug 2023 12:09:39 +0100 Subject: [PATCH] ci: Fix release wf --- .github/workflows/integration-tests.yml | 4 ++++ .github/workflows/release-v0.yml | 2 ++ 2 files changed, 6 insertions(+) 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 }}