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.