A gitea action to sync Github/Gitea releases to Gitea
Go to file
Lunny Xiao 8009c3dcab
Support sync releases from gitea sites
2023-11-14 14:29:22 +08:00
internal/pkg/sync Support sync releases from gitea sites 2023-11-14 14:29:22 +08:00
.gitignore Support sync releases from gitea sites 2023-11-14 14:29:22 +08:00
README.md Support sync releases from gitea sites 2023-11-14 14:29:22 +08:00
action.yml Support sync releases from gitea sites 2023-11-14 14:29:22 +08:00
go.mod Support sync releases from gitea sites 2023-11-14 14:29:22 +08:00
go.sum Support sync releases from gitea sites 2023-11-14 14:29:22 +08:00
main.go Support sync releases from gitea sites 2023-11-14 14:29:22 +08:00

Sync Releases

This is a Gitea Action to sync releases from a Github/Gitea repository to another Gitea repository on the same site or different site.

It can also be used as a commmand line tool.

Usage

./sync_gh_gitea_releases --source_type=github --source_repo_url="https://github.com/go-xorm/dbweb" --source_repo_token=xxxxxxxx --gitea_repo_url="http://localhost:3000/lunny2/test-sync-github-releases2" --gitea_repo_token=xxxxxxx