From 7e908123734070937e3a7f33428ca38d784825ca Mon Sep 17 00:00:00 2001 From: wh-leader Date: Mon, 11 May 2026 13:13:41 +0200 Subject: [PATCH] fix(ci): use GITEATOKEN secret name --- .gitea/workflows/ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index c3fb505..b7c38a4 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code run: | - git clone https://oauth2:${{ secrets.GITEA_TOKEN }}@gitlab.impresion3d.pro/root/davidaragon-portfolio.git repo + git clone https://oauth2:${{ secrets.GITEATOKEN }}@gitlab.impresion3d.pro/root/davidaragon-portfolio.git repo cd repo && git log -1 --oneline - name: Build and push image