From 81b2339ea6d67a73dd62fb67b41db60388750610 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Mon, 26 May 2025 16:42:59 +0200 Subject: [PATCH] feat(workflows): add Gitea integration to sync action - Introduces Gitea-specific inputs to the releases sync action for token, URL, owner, and repository configuration. - Enhances compatibility with Gitea platforms. --- .gitea/workflows/sync-github.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/sync-github.yml b/.gitea/workflows/sync-github.yml index f5f547c..64fa49b 100644 --- a/.gitea/workflows/sync-github.yml +++ b/.gitea/workflows/sync-github.yml @@ -18,6 +18,10 @@ jobs: - name: Run Releases Sync Action uses: https://git.0xmax42.io/actions/releases-sync@main with: + gitea_token: ${{ ACTIONS_RUNTIME_TOKEN }} + gitea_url: https://git.0xmax42.io + gitea_owner: maxp + gitea_repo: ait tag_name: ${{ inputs.tag || github.event.release.tag_name }} github_token: ${{ secrets.SYNC_GITHUB_TOKEN }} github_owner: 0xMax42