diff --git a/.gitea/workflows/job_syncpull.yml b/.gitea/workflows/job_syncpull.yml index a222d77e..90b58a59 100644 --- a/.gitea/workflows/job_syncpull.yml +++ b/.gitea/workflows/job_syncpull.yml @@ -14,7 +14,7 @@ jobs: run: | git config --global user.email "vtolstov " git config --global user.name "github-actions[bot]" - git config --global url."https://vtolstov:${TOKEN_GITEA}@git.unistack.org/".insteadOf "https://git.unistack.org/" + echo "machine git.unistack.org login vtolstov password TOKEN_GITEA" > /root/.netrc - name: track master run: |