From 47e6f03325b86decc982b602e8393956210b6d19 Mon Sep 17 00:00:00 2001 From: Simon McLoughlin Date: Wed, 20 Dec 2023 15:06:33 +0000 Subject: [PATCH] - updated CI script to contain more instructions on cert update proceedure --- .github/workflows/build-and-deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4420abf8..9ee9aa4b 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -40,6 +40,13 @@ jobs: # Upload Base64 copies of apple certs to github following these instructions: # Note: Use app store distribution certs # https://docs.github.com/en/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development + # + # Every time we update certs / profiles or they expire, we need to update the following github actions secrets + # BUILD_CERTIFICATE_BASE64 = exported distribution cert from inside Xcode account settings, copied with `base64 -i | pbcopy` + # P12_PASSWORD = whatever new password created for previous file + # BUILD_PROVISION_PROFILE_BASE64 = download "Kukai Mobile Prov Dist App Store" from app store connect, copied with `base64 -i | pbcopy` + # BUILD_PROVISION_PROFILE_BETA_BASE64 = download "Kukai Mobile Beta Prov Dist App Store" from app store connect, copied with `base64 -i | pbcopy` + # - name: Install the Apple certificate and provisioning profile run: | # create variables