From 0cde86117758a7ec9831ebb3fa2c779a38efef05 Mon Sep 17 00:00:00 2001 From: Pelagic Date: Tue, 1 Oct 2024 02:59:17 +0300 Subject: [PATCH] Fixed the workflow. --- .gitea/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 35827fe..4362abb 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -11,7 +11,8 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + run: | + git clone https://${{secrets.GIT_USERNAME}}:${{secrets.GIT_PASSWORD_URLENCODED}}@git.starfieldsweb.com/StarFields/starfields-drf-generics ./ - name: Set up Python # This is the version of the action for setting up Python, not the Python version.