Skip to content

Commit b8946d2

Browse files
committed
docs(appium): clarify ASC key and env var usage
1 parent 9c9276b commit b8946d2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

appium/scripts/generate_certs.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
* portal as Explicit App IDs with the required capabilities (App Groups for
1515
* both, plus Live Activities on .LA). This script does not configure
1616
* capabilities.
17-
* - An App Store Connect API key with role Developer or Admin.
17+
* - App Store Connect API credentials from the "OneSignal Sdk-Shared Script"
18+
* key in https://appstoreconnect.apple.com/access/integrations/api.
1819
* - Bun (or `tsx`) to run the script.
1920
*
2021
* Environment variables
@@ -25,7 +26,7 @@
2526
*
2627
* Usage
2728
* -----
28-
* ASC_KEY_ID=... ASC_ISSUER_ID=... ASC_KEY_FILE=~/Downloads/AuthKey_XXX.p8 \
29+
* ASC_KEY_ID=... ASC_ISSUER_ID=... ASC_KEY_FILE=$HOME/Downloads/AuthKey_XXX.p8 \
2930
* bun appium/scripts/generate_certs.ts
3031
*
3132
* # or with tsx:

0 commit comments

Comments
 (0)