From 942c0733b6eea5332d29544cc6d6bd07cf7611f2 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sat, 18 Nov 2023 23:50:33 +0100 Subject: [PATCH] rezr --- .gitea/workflows/build_ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_ci.yml b/.gitea/workflows/build_ci.yml index 2aefdba..1c0ec82 100644 --- a/.gitea/workflows/build_ci.yml +++ b/.gitea/workflows/build_ci.yml @@ -23,7 +23,7 @@ jobs: # BUILD & PUSH - name: Checkout private tools - uses: https://github.com/actions/checkout@v3 + uses: actions/checkout@v3 with: # tape git@gitea.jingoh.fr port 22 et pas port 443 cet ane (should be ssh://gitea.jingoh.fr:443/$repository au lieu de ssh://gitea.jingoh.fr:$repository) repository: staffadmin/gitea-runner @@ -43,4 +43,6 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: user/app:latest \ No newline at end of file + tags: user/app:latest + secrets: | + GIT_AUTH_TOKEN=${{ secrets.ACCESS_TOKEN_GIT }} \ No newline at end of file