Hi!
I'm moving my private repos from sr.ht to codeberg. One of the repos (https://git.sr.ht/~devmotion/bucket) contains a few Fedora package files for some programs I use that are not available in the official repositories. On sr.ht I used a simple build script (https://git.sr.ht/~devmotion/bucket/tree/main/item/.build.yml) to trigger builds of the modified packages on copr.fedorainfracloud.org/ when pushing to the main branch.
I'd like to use the Codeberg CI to continue triggering such automatic builds. The script consists only of a few POST requests with curl.
Thank you!