Skip to content

Commit

Permalink
wip: replace CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Apr 30, 2024
1 parent d639993 commit 13285ab
Show file tree
Hide file tree
Showing 9 changed files with 68,690 additions and 965 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
id: test-action
with:
appId: ${{ secrets.CAPAWESOME_APP_ID }}
path: 'src'
channel: 'test-1.0.0'
env:
CAPAWESOME_TOKEN: ${{ secrets.CAPAWESOME_TOKEN }}
path: 'src'
token: ${{ secrets.CAPAWESOME_TOKEN }}
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ GitHub Action to deploy a Capacitor Live Update to the [Capawesome Cloud](https:
# The Capawesome Cloud app ID.
# Required.
appId: ''
# The channel to deploy the update to.
channel: ''
# The path to the bundle to upload. Must be a folder or zip archive.
# Required.
path: ''
# The channel to deploy the update to.
channel: ''
# The Capawesome Cloud API token.
# Required.
token: ''
```
## Example
Expand All @@ -38,14 +41,11 @@ jobs:
id: upload-action
with:
appId: 'addb597c-9cbd-4cdc-bcc0-cd5c2234a03f'
path: 'dist'
channel: 'production-1.0.0'
env:
CAPAWESOME_TOKEN: ${{ secrets.CAPAWESOME_TOKEN }}
path: 'dist'
token: ${{ secrets.CAPAWESOME_TOKEN }}
```
## License
See [LICENSE](./LICENSE).
[^1]: This project is not affiliated with, endorsed by, sponsored by, or approved by Google LLC or any of their affiliates or subsidiaries.
Loading

0 comments on commit 13285ab

Please sign in to comment.