From d753a75e33be6b0bddc24767cece1b1ae5fc8710 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Fri, 20 Sep 2024 13:43:11 -0400 Subject: [PATCH] Add API key --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f344c9e1..0de40191 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,6 +59,7 @@ jobs: APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }} APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }} APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }} + APPLE_API_KEY: ${{ secrets.APPLE_API_KEY }} CI: true with: tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.