Skip to content

Commit 0f548ff

Browse files
committed
fixes image and usge guide
1 parent daca1b3 commit 0f548ff

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,16 @@ To generate a Personal API Token:
6060
## How to use Appcircle Enterprise Store Action
6161

6262
```yml
63-
lane :publish_app do
64-
appcircle_enterprise_store(
65-
accessToken: "${{ secrets.AC_ACCESS_TOKEN }}",
66-
entProfileId: "${{ secrets.ENT_PROFILE_ID }}",
67-
appPath: ".${{ secrets.APP_PATH }}",
68-
summary: "SUMMARY",
69-
releaseNotes: "RELEASE_NOTES",
70-
publishType: "1" # 0: None, 1: Beta, 2: Live
71-
)
72-
end
73-
63+
- name: Publish App to Appcircle
64+
id: store-publish-appcircle
65+
uses: ./
66+
with:
67+
accessToken: ${{ secrets.AC_ACCESS_TOKEN }}
68+
entProfileId: ${{ secrets.AC_PROFILE_ID }}
69+
appPath: ./Appcircle.ipa
70+
summary: Github Action Summary
71+
releaseNotes: Github Action Release Notes
72+
publishType: '1' # None: 0, 1: Beta, 2: Live
7473
```
7574
7675
### Leveraging Environment Variables

images/ent_app_store.png

202 KB
Loading

0 commit comments

Comments
 (0)