From 371da13827d97bf87c3baf05aac0c993fd7b58b3 Mon Sep 17 00:00:00 2001 From: andriikorotkov <88329385+andriikorotkov@users.noreply.github.com> Date: Fri, 7 Oct 2022 16:18:20 +0300 Subject: [PATCH] Test e2e testing tool commands (#17722) * test pull request for testing testing-tool commands * test pull request for testing testing-tool commands * add command for run testing tool in main repo * small changes for test e2e testing tool commands * small changes for test e2e testing tool commands --- .github/workflows/commands-for-testing-tool.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/commands-for-testing-tool.yml b/.github/workflows/commands-for-testing-tool.yml index 5b24616bd03a..ffb98f05e9ee 100644 --- a/.github/workflows/commands-for-testing-tool.yml +++ b/.github/workflows/commands-for-testing-tool.yml @@ -2,7 +2,6 @@ name: Run Testing Tool Commands on: issue_comment: types: [created] - jobs: set-params: # Only allow slash commands on pull request (not on issues) @@ -116,7 +115,7 @@ jobs: uses: jsdaniell/create-json@1.1.2 with: name: "/secrets/service_account_credentials.json" - json: ${{ secrets.GCP_GSM_CREDENTIALS }} + json: ${{ secrets.GCP_GSM_CREDENTIALS_FOR_TESTING_TOOL }} - name: Run docker container with params run: docker run -v $(pwd)/secrets:/secrets -v $(pwd)/result:/result airbyte/airbyte-e2e-testing-tool:latest ${{ github.event.comment.body }} - name: Read file with results