From faf232d461ad111f13ad5fbd551aba47ef9c581e Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Fri, 23 Jun 2023 15:05:56 +0100 Subject: [PATCH 1/2] ci: Using v1 tag for integration-testing-setup --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b5ddaa096bb..edd3ff06ed2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -64,7 +64,7 @@ jobs: - name: Setup database and engine id: setup - uses: firebolt-db/integration-testing-setup@master + uses: firebolt-db/integration-testing-setup@v1 with: firebolt-username: ${{ env.USERNAME }} firebolt-password: ${{ env.PASSWORD }} From 04d903496575d312b9349452c45baae54b9b9558 Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Fri, 23 Jun 2023 15:06:32 +0100 Subject: [PATCH 2/2] Update nightly-workflow.yml --- .github/workflows/nightly-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-workflow.yml b/.github/workflows/nightly-workflow.yml index dbdc3990592..43172e4aff8 100644 --- a/.github/workflows/nightly-workflow.yml +++ b/.github/workflows/nightly-workflow.yml @@ -55,7 +55,7 @@ jobs: - name: Setup database and engine id: setup - uses: firebolt-db/integration-testing-setup@master + uses: firebolt-db/integration-testing-setup@v1 with: firebolt-username: ${{ secrets.FIREBOLT_STG_USERNAME }} firebolt-password: ${{ secrets.FIREBOLT_STG_PASSWORD }}