komga/conveyor.ci.conf

13 lines
303 B
Plaintext
Raw Normal View History

2023-08-11 17:40:25 +08:00
include required("conveyor.conf")
app {
mac.certificate = apple.cer
mac.notarization {
issuer-id = ${env.APPLE_ISSUER_ID}
key-id = ${env.APPLE_KEY_ID}
2023-11-02 14:36:34 +08:00
# the secret is written to file by CI from Github Secrets
private-key = ./secret/apple_private_key.p8
2023-08-11 17:40:25 +08:00
}
}