From aef703d1b66047d392fbb9a57cc708e1c97e28f7 Mon Sep 17 00:00:00 2001 From: ptiurin Date: Fri, 1 Dec 2023 10:11:18 +0000 Subject: [PATCH] clean --- .github/workflows/integration-tests-v1.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration-tests-v1.yml b/.github/workflows/integration-tests-v1.yml index dede5f3c1..de9a16713 100644 --- a/.github/workflows/integration-tests-v1.yml +++ b/.github/workflows/integration-tests-v1.yml @@ -19,13 +19,13 @@ on: type: string secrets: FIREBOLT_USERNAME_STAGING: - required: false + required: true FIREBOLT_PASSWORD_STAGING: - required: false + required: true FIREBOLT_USERNAME_DEV: - required: false + required: true FIREBOLT_PASSWORD_DEV: - required: false + required: true jobs: tests: @@ -107,4 +107,4 @@ jobs: if: always() with: github-key: ${{ secrets.GITHUB_TOKEN }} - test-type: integration-v1 \ No newline at end of file + test-type: integration-v1