File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,17 +94,23 @@ assign testing groups to these profiles. Add a step to your pipeline for 'Test
9494Local 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
110116Utilize environment variables seamlessly by substituting the parameters with
You can’t perform that action at this time.
0 commit comments