From 79fb23e644623b141e21ad2cb8fc62147baba875 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 27 Apr 2025 11:24:40 +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 5b108221..721d304b 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}@git.unistack.org/".insteadOf "https://git.unistack.org/" + git config --global url."https://vtolstov:${ACTIONS_RUNTIME_TOKEN}@git.unistack.org/".insteadOf "https://git.unistack.org/" - name: track master run: |