You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `personalAPIToken`: The Appcircle Personal API token is utilized to
120
+
authenticate and secure access to Appcircle services, ensuring that only
121
+
authorized users can perform actions within the platform.
122
+
- `profileName`: Specifies the profile that will be used for uploading the app.
123
+
- `createProfileIfNotExists`: Ensures that a user profile is automatically
124
+
created if it does not already exist; if the profile name already exists, the
125
+
app will be uploaded to that existing profile instead.
126
+
- `appPath`: Indicates the file path to the application that will be uploaded to
127
+
Appcircle Testing Distribution Profile.
128
+
- `message`: Your message to testers, ensuring they receive important updates
129
+
and information regarding the application.
130
+
107
131
### Leveraging Environment Variables
108
132
109
133
Utilize environment variables seamlessly by substituting the parameters with
@@ -118,7 +142,7 @@ need support or more information, please
118
142
119
143
### Reference
120
144
121
-
- For details on generating an Appcircle Personal Access Token, visit
145
+
- For details on generating an Appcircle Personal API Token, visit
122
146
[Generating/Managing Personal API Tokens](https://docs.appcircle.io/appcircle-api/api-authentication#generatingmanaging-the-personal-api-tokens?utm_source=github&utm_medium=plugin&utm_campaign=testing_distribution)
123
147
124
148
- To create or learn more about Appcircle testing and distribution profiles,
0 commit comments