Update gitea-sync.yml
Some checks are pending
Docker / build (push) Waiting to run
gitea-sync.yml / trigger-gitea-sync (push) Waiting to run
Java CI with Maven / build (push) Waiting to run

This commit is contained in:
suyiiyii 2024-08-25 11:45:24 +08:00 committed by GitHub
parent 2734fb2227
commit f5efdf8bf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}'