Skip to content

Commit 5be0fc8

Browse files
committed
chore(ci): update env var names for App Store submission
- Rename App Store Connect secrets for consistency - Use ASC_* prefix in appstore-release workflow
1 parent 7737a16 commit 5be0fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/appstore-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ jobs:
265265
- name: Submit for App Store Review
266266
if: ${{ inputs.submit_for_review }}
267267
env:
268-
APP_STORE_CONNECT_KEY_ID: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
269-
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
270-
APP_STORE_CONNECT_API_KEY_P8: ${{ secrets.APP_STORE_CONNECT_API_KEY_P8 }}
268+
ASC_KEY_ID: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
269+
ASC_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
270+
ASC_PRIVATE_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_P8 }}
271271
run: |
272272
VERSION_ID=$(asc versions list --app-id "$APP_ID" | jq -r '.data[0].id')
273273
asc versions set-build --version-id "$VERSION_ID" --build-id "$BUILD_ID"

0 commit comments

Comments
 (0)