From fe021c31dd67d450f2ceaac11eb8ac5069f87c84 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 6 May 2024 10:36:52 -0500 Subject: [PATCH] Move secrets into job --- .github/workflows/ant.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 5f808719..192538a1 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -349,6 +349,10 @@ jobs: - name: Install the Apple certificate and provisioning profile shell: bash + env: + BUILD_CERTIFICATE_BASE64: ${{ secrets.APPLE_CERTS_BASE64 }} + P12_PASSWORD: ${{ secrets.APPLE_CERTS_BASE64_PASSWORD }} + KEYCHAIN_PASSWD: ${{ secrets.KEYCHAIN_PASSWD }} run: | # create variables CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12