From f786322a96ebf2677ee7583f03ffa4133a89aa0b Mon Sep 17 00:00:00 2001 From: Hiddify Date: Mon, 11 Mar 2024 20:09:19 +0100 Subject: [PATCH] fix: var --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8aaeef1..7952bfbc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,8 +149,8 @@ jobs: with: bundle-id: app.hiddify.com issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }} - api-key-id: ${{ secrets.APPSTORE_KEY_ID }} - api-private-key: ${{ secrets.APPSTORE_PRIVATE_KEY }} + api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }} + api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }} # - name: Setup Apple certificate and provisioning profile # if: ${{ inputs.upload-artifact && startsWith(matrix.os,'macos') }}