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