Skip to content

Commit e9c2c49

Browse files
authored
Merge pull request #3604 from woocommerce/tooling/fix-deliver
Update user.env.example with additional *_API_KEY_PATH
2 parents a72fbde + b90252c commit e9c2c49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fastlane/env/user.env.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
PILOT_API_KEY_PATH=".configure-files/app_store_connect_fastlane_api_key.json"
1+
PILOT_API_KEY_PATH=".configure-files/app_store_connect_fastlane_api_key.json" # fastlane testlight
2+
DELIVER_API_KEY_PATH=$PILOT_API_KEY_PATH # fastlane deliver
3+
SIGH_API_KEY_PATH=$PILOT_API_KEY_PATH # fastlane match
24

35
GHHELPER_ACCESS=<GitHub access token>
46
SENTRY_AUTH_TOKEN=<Sentry auth token>

0 commit comments

Comments
 (0)