feat(workflows): add Gitea integration to sync action
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 3s
Auto Changelog & Release / release (push) Has been skipped
Build and Publish nightly package / build-and-publish (push) Successful in 16s
Auto Changelog & Release / changelog-only (push) Successful in 6s
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 3s
Auto Changelog & Release / release (push) Has been skipped
Build and Publish nightly package / build-and-publish (push) Successful in 16s
Auto Changelog & Release / changelog-only (push) Successful in 6s
- Introduces Gitea-specific inputs to the releases sync action for token, URL, owner, and repository configuration. - Enhances compatibility with Gitea platforms.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user