From 1ebb92237cef29a4e62f5a875a26d8c0915938ae Mon Sep 17 00:00:00 2001 From: xuu Date: Wed, 4 Oct 2023 16:33:41 -0600 Subject: [PATCH] chore: add push to GH --- .gitea/workflows/github-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/github-mirror.yml b/.gitea/workflows/github-mirror.yml index dc05218..2f35aac 100644 --- a/.gitea/workflows/github-mirror.yml +++ b/.gitea/workflows/github-mirror.yml @@ -14,7 +14,7 @@ jobs: fetch-tags: true - name: Deploy to external repository - uses: actions/github-action-push-to-another-repository@main + uses: https://git.sour.is/actions/github-action-push-to-another-repository@main env: API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }} with: