From b80de0365b935305aa4ee79d3fc572e9b21c82a4 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 2 Nov 2023 14:36:34 +0800 Subject: [PATCH] ci(conveyor): fix config file --- conveyor.ci.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conveyor.ci.conf b/conveyor.ci.conf index f9bd393bb..081acb309 100644 --- a/conveyor.ci.conf +++ b/conveyor.ci.conf @@ -6,7 +6,7 @@ app { mac.notarization { issuer-id = ${env.APPLE_ISSUER_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 } }