From 0c1a6fd2945fd29566b8c5866979b30c90167c53 Mon Sep 17 00:00:00 2001 From: soaryong-c <91711862+soaryong-c@users.noreply.github.com> Date: Fri, 7 Jul 2023 18:02:40 +0900 Subject: [PATCH] Update ios.yml --- .github/workflows/ios.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 90cb236a7..11c2da33c 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -33,6 +33,8 @@ jobs: run: echo "${{ secrets.DEBUG_PROVISIONING_SECRET }}" | base64 -d > dev.mobileprovision - name: Make debug google service file run: echo "${{ secrets.DEBUG_GOOGLE_SERVICE_SECRET }}" | base64 -d > Cosmostation/GoogleService-Info.plist + - name: Make API KEY file + run: echo "${{ secrets.IOS_API_KEY }}" | base64 -d > Cosmostation/ApiKey.plist - name : Configure Code Signing run: |