From 8ecd095af34b2b90ddf15fe00970145774bdc770 Mon Sep 17 00:00:00 2001 From: Ethan Bills <74191134+ejbills@users.noreply.github.com> Date: Thu, 11 Jan 2024 07:22:07 -0800 Subject: [PATCH] Update build-ios-app-artemis.yml --- .github/workflows/build-ios-app-artemis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-ios-app-artemis.yml b/.github/workflows/build-ios-app-artemis.yml index 8a462c6..bb40272 100644 --- a/.github/workflows/build-ios-app-artemis.yml +++ b/.github/workflows/build-ios-app-artemis.yml @@ -20,6 +20,7 @@ jobs: - name: Install the Apple certificate and provisioning profile env: + APPLE_ID: ${{ secrets.APPLE_ID }} BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }} P12_PASSWORD: ${{ secrets.P12_PASSWORD }} BUILD_PROVISION_PROFILE_BASE64: ${{ secrets.BUILD_PROVISION_PROFILE_BASE64 }}