We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a72fbde + b90252c commit e9c2c49Copy full SHA for e9c2c49
fastlane/env/user.env.example
@@ -1,4 +1,6 @@
1
-PILOT_API_KEY_PATH=".configure-files/app_store_connect_fastlane_api_key.json"
+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
4
5
GHHELPER_ACCESS=<GitHub access token>
6
SENTRY_AUTH_TOKEN=<Sentry auth token>
0 commit comments