From 67a276fa74beb279b1ce69f2ce484a513cdf9c9f Mon Sep 17 00:00:00 2001 From: Dmitry Kirdyashkin Date: Tue, 4 Jul 2023 16:08:48 +0300 Subject: [PATCH] f --- .gitea/workflows/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 4c0c890..f949f0c 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -9,6 +9,7 @@ env: REPOSITORY: ${{ gitea.repository }} BUILD_NUMBER: ${{ gitea.run_number }} REPO_AUTH_LOGIN: ${{ secrets.REPO_AUTH_LOGIN }} + REPO_AUTH_PASSWORD: ${{ secrets.REPO_AUTH_PASSWORD }} REPO_AUTH_TOKEN: ${{ secrets.REPO_AUTH_TOKEN }} BRANCH: ${{ gitea.ref_name }} @@ -21,7 +22,7 @@ jobs: image: gitea.kdiva.ru/infrastructure/archiver credentials: username: ${{ env.REPO_AUTH_LOGIN }} - password: ${{ env.REPO_AUTH_TOKEN }} + password: ${{ env.REPO_AUTH_PASSWORD }} steps: - name: Checkout ${{env.REPOSITORY}}