From f5efdf8bf4534f9b84f9c130f3604692bb0f902f Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sun, 25 Aug 2024 11:45:24 +0800 Subject: [PATCH] Update gitea-sync.yml --- .github/workflows/gitea-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitea-sync.yml b/.github/workflows/gitea-sync.yml index 8e8b8a3..187eea0 100644 --- a/.github/workflows/gitea-sync.yml +++ b/.github/workflows/gitea-sync.yml @@ -12,5 +12,5 @@ jobs: - name: Trigger Gitea sync run: | echo "Triggering Gitea sync" - curl 'https://git.suyiiyii.top/api/v1/repos/ssyg/SIMS/mirror-sync' -X POST -H 'Authorization: token {{ secrets.GiteaToken }}' + curl 'https://git.suyiiyii.top/api/v1/repos/ssyg/SIMS/mirror-sync' -X POST -H 'Authorization: token ${{ secrets.GITEATOKEN }}'