Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
Massad committed Dec 2, 2023
1 parent 63b1f5a commit 9fb03f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _More info here: [https://help.testapp.io/ta-cli](https://help.testapp.io/ta-cli
| Key | Description | Env Var(s) | Default |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | ------- |
| api_token | You can get it from https://portal.testapp.io/settings/api-credentials | TESTAPPIO_API_TOKEN | |
| app_id | You can get it from your app page at [https://portal.testapp.io/apps](https://portal.testapp.io/apps?action=select-for-integrations) | TESTAPPIO_APP_ID | |
| app_id | You can get it from your app page at [https://portal.testapp.io/apps](https://portal.testapp.io/apps?to=app-integrations&tab=releases) | TESTAPPIO_APP_ID | |
| release | It can be either both or Android or iOS | TESTAPPIO_RELEASE | |
| apk_file | Path to the Android APK file | TESTAPPIO_ANDROID_PATH | |
| ipa_file | Path to the iOS IPA file | TESTAPPIO_IOS_PATH | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def self.available_options
end),
FastlaneCore::ConfigItem.new(key: :app_id,
env_name: "TESTAPPIO_APP_ID",
description: "You can get it from your app page in https://portal.testapp.io/apps?action=select-for-integrations",
description: "You can get it from your app page in https://portal.testapp.io/apps?to=app-integrations&tab=releases",
is_string: false),
FastlaneCore::ConfigItem.new(key: :release,
env_name: "TESTAPPIO_RELEASE",
Expand Down

0 comments on commit 9fb03f6

Please sign in to comment.