From 8ba341dab2493a96a318043046302888566a887a Mon Sep 17 00:00:00 2001 From: vlad Date: Thu, 6 Oct 2022 14:20:55 +0300 Subject: [PATCH] fix: Fix test module workflow --- .github/workflows/api-test-module-workflow.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/api-test-module-workflow.yml b/.github/workflows/api-test-module-workflow.yml index a11e342..39567dc 100644 --- a/.github/workflows/api-test-module-workflow.yml +++ b/.github/workflows/api-test-module-workflow.yml @@ -7,11 +7,6 @@ on: description: "Using for choice specified module when test application." required: true type: string - secrets: - SECRET_GITHUB_TOKEN: - required: true - SECRET_GITHUB_USERNAME: - required: true jobs: api-test-module-workflow: @@ -27,7 +22,4 @@ jobs: run: chmod +x gradlew - name: Test application with Gradle - run: ./gradlew test -p ${{ inputs.MODULE_NAME }} - env: - GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }} - GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }} \ No newline at end of file + run: ./gradlew test -p ${{ inputs.MODULE_NAME }} \ No newline at end of file