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