From 04da4388acc4572c7b9a7ada858fb05b718f5a4a Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 27 Apr 2025 11:27:26 +0300 Subject: [PATCH] check sync action Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/job_syncpull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/job_syncpull.yml b/.gitea/workflows/job_syncpull.yml index 721d304b..a222d77e 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:${ACTIONS_RUNTIME_TOKEN}@git.unistack.org/".insteadOf "https://git.unistack.org/" + git config --global url."https://vtolstov:${TOKEN_GITEA}@git.unistack.org/".insteadOf "https://git.unistack.org/" - name: track master run: |