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