ci: use git provider

This commit is contained in:
Derrick Hammer 2024-01-12 08:27:18 -05:00
parent 862570bc57
commit 4d75f5659c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,12 @@
}
},
"provider": {
"name": "default"
"name": "git",
"options": {
"default_branch": "develop",
"tagger_email": "gitea@git.lumeweb.com",
"auth": "ssh"
}
}
}
}