Skip to content

Commit a840cf5

Browse files
author
Guven Karanfil
committed
update readme
1 parent 72e76cf commit a840cf5

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,23 @@ assign testing groups to these profiles. Add a step to your pipeline for 'Test
9494
Local Action' with the appropriate information.
9595

9696
```yaml
97-
- name: Test Local Action
98-
id: testing-distribution
97+
- name: Publish App to Appcircle
98+
id: testing-distribution-appcircle
9999
uses: appcircleio/appcircle-testing-distribution-githubaction
100100
with:
101-
accessToken: ${{ secrets.AC_ACCESS_TOKEN }} # Your Appcircle Access Token
101+
personalAPIToken: ${{ secrets.AC_PROFLE_API_TOKEN }} # Appcircle Personal API Token
102102
profileName: ${{ secrets.AC_PROFILE_NAME }}
103103
createProfileIfNotExists: ${{ secrets.CREATE_PROFILE_IF_NOT_EXISTS }}
104104
appPath: ${{ secrets.APP_PATH }} # Path to your iOS .ipa or .xcarchive, or Android APK or App Bundle
105105
message: ${{ secrets.MESSAGE }}
106106
```
107107
108+
#### Automatic Profile Management
109+
110+
**createProfileIfNotExists** paramater ensures that a user profile is
111+
automatically created if it does not already exist; if the profile name already
112+
exists, the app will be uploaded to that existing profile instead.
113+
108114
### Leveraging Environment Variables
109115
110116
Utilize environment variables seamlessly by substituting the parameters with

0 commit comments

Comments
 (0)