Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Dec 1, 2023
1 parent 2ccd10a commit aef703d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration-tests-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:
if: always()
with:
github-key: ${{ secrets.GITHUB_TOKEN }}
test-type: integration-v1
test-type: integration-v1

0 comments on commit aef703d

Please sign in to comment.