f
Create archive / Publish image (push) Failing after 1s Details

pull/2/head
Dmitry Kirdyashkin 2023-07-04 16:08:48 +03:00
parent dbc016169f
commit 67a276fa74
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ env:
REPOSITORY: ${{ gitea.repository }} REPOSITORY: ${{ gitea.repository }}
BUILD_NUMBER: ${{ gitea.run_number }} BUILD_NUMBER: ${{ gitea.run_number }}
REPO_AUTH_LOGIN: ${{ secrets.REPO_AUTH_LOGIN }} REPO_AUTH_LOGIN: ${{ secrets.REPO_AUTH_LOGIN }}
REPO_AUTH_PASSWORD: ${{ secrets.REPO_AUTH_PASSWORD }}
REPO_AUTH_TOKEN: ${{ secrets.REPO_AUTH_TOKEN }} REPO_AUTH_TOKEN: ${{ secrets.REPO_AUTH_TOKEN }}
BRANCH: ${{ gitea.ref_name }} BRANCH: ${{ gitea.ref_name }}
@ -21,7 +22,7 @@ jobs:
image: gitea.kdiva.ru/infrastructure/archiver image: gitea.kdiva.ru/infrastructure/archiver
credentials: credentials:
username: ${{ env.REPO_AUTH_LOGIN }} username: ${{ env.REPO_AUTH_LOGIN }}
password: ${{ env.REPO_AUTH_TOKEN }} password: ${{ env.REPO_AUTH_PASSWORD }}
steps: steps:
- name: Checkout ${{env.REPOSITORY}} - name: Checkout ${{env.REPOSITORY}}