mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
ci(conveyor): fix config file
This commit is contained in:
parent
0995c26fe0
commit
b80de0365b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ app {
|
||||||
mac.notarization {
|
mac.notarization {
|
||||||
issuer-id = ${env.APPLE_ISSUER_ID}
|
issuer-id = ${env.APPLE_ISSUER_ID}
|
||||||
key-id = ${env.APPLE_KEY_ID}
|
key-id = ${env.APPLE_KEY_ID}
|
||||||
; the secret is written to file by CI from Gihub Secrets
|
# the secret is written to file by CI from Github Secrets
|
||||||
private-key = ./secret/apple_private_key.p8
|
private-key = ./secret/apple_private_key.p8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue