From 413727f532e85cb47e6ad891af95767ae0cb22bb Mon Sep 17 00:00:00 2001 From: Danton Date: Mon, 17 Apr 2023 12:29:37 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.github/workflows/api-single-module-w?= =?UTF-8?q?orkflow-v2.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/api-single-module-workflow-v2.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/api-single-module-workflow-v2.yml b/.github/workflows/api-single-module-workflow-v2.yml index a6ed9bb..8c5e770 100644 --- a/.github/workflows/api-single-module-workflow-v2.yml +++ b/.github/workflows/api-single-module-workflow-v2.yml @@ -44,15 +44,15 @@ jobs: - name: Build application if: ${{ !inputs.IS_TEST_ENABLED }} env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN_CAN_READ_PACKAGES || secrets.GH_DEPBOT_TOKEN_CAN_READ_PACKAGES }} - GITHUB_USERNAME: ${{ secrets.GH_USER_CAN_READ_PACKAGES || secrets.GH_DEPBOT_USER_CAN_READ_PACKAGES }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN_CAN_READ_PACKAGES }} + GITHUB_USERNAME: ${{ secrets.GH_USER_CAN_READ_PACKAGES }} run: ./gradlew bootJar - name: Build and test application if: ${{ inputs.IS_TEST_ENABLED }} env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN_CAN_READ_PACKAGES || secrets.GH_DEPBOT_TOKEN_CAN_READ_PACKAGES }} - GITHUB_USERNAME: ${{ secrets.GH_USER_CAN_READ_PACKAGES || secrets.GH_DEPBOT_USER_CAN_READ_PACKAGES }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN_CAN_READ_PACKAGES }} + GITHUB_USERNAME: ${{ secrets.GH_USER_CAN_READ_PACKAGES }} run: ./gradlew bootJar test - name: Copy docker directory