From 415beb737c89941e04315f90e68a0f1f9d32fcba Mon Sep 17 00:00:00 2001 From: young-do Date: Tue, 20 Aug 2024 03:17:22 +0900 Subject: [PATCH] =?UTF-8?q?action=20env=EC=97=90=20=EC=84=A0=EC=96=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++++ forge.config.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ba222c..ca5b02b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,10 @@ jobs: APPLE_API_KEY=$(realpath authKey.p8) echo "APPLE_API_KEY=$APPLE_API_KEY" >> $GITHUB_ENV - name: build + env: + APPLE_API_KEY: ${{ env.APPLE_API_KEY }} + APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} + APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }} run: npm run make # - name: publish # env: diff --git a/forge.config.ts b/forge.config.ts index 00d6517..301babd 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -10,7 +10,7 @@ import dotenv from 'dotenv'; dotenv.config(); -console.log('issuer', (process.env.APPLE_API_ISSUER ?? '').length); +console.log('@@api key', (process.env.APPLE_API_KEY ?? '').length); const config: ForgeConfig = { packagerConfig: {