Open JimMadge opened 4 months ago
Create functions to automate our code ingress process, probably using Gitea API
It looks like the API call we want to create a mirror is repoMigrate
I made a little script to test this
#!/usr/bin/env sh http --auth "$1":"$2" localhost:3000/api/v1/repos/migrate clone_addr="$4" repo_name="$3"
Create functions to automate our code ingress process, probably using Gitea API