komga/conveyor.ci.conf
Gauthier Roebroeck 903993ec54 ci: add Conveyor
2023-09-08 17:24:46 +08:00

11 lines
218 B
Text

include required("conveyor.conf")
app {
mac.certificate = apple.cer
mac.notarization {
app-specific-password = ${env.APPLE_ASP}
team-id = GCZZU2X3J2
apple-id = ${env.APPLE_ID}
}
}