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.
1 parent d7aecea commit 8934c4bCopy full SHA for 8934c4b
1 file changed
README.md
@@ -109,10 +109,10 @@ Local Action' with the appropriate information.
109
id: testing-distribution-appcircle
110
uses: appcircleio/appcircle-testing-distribution-githubaction
111
with:
112
- personalAPIToken: ${{ secrets.AC_PROFLE_API_TOKEN }} # Appcircle Personal API Token
+ personalAPIToken: ${{ secrets.AC_PROFLE_API_TOKEN }}
113
profileName: ${{ secrets.AC_PROFILE_NAME }}
114
createProfileIfNotExists: ${{ secrets.CREATE_PROFILE_IF_NOT_EXISTS }}
115
- appPath: ${{ secrets.APP_PATH }} # Path to your iOS .ipa or .xcarchive, or Android APK or App Bundle
+ appPath: ${{ secrets.APP_PATH }}
116
message: ${{ secrets.MESSAGE }}
117
```
118
0 commit comments