This action is used to upload a bundle to charmhub.io.
- name: Upload bundle to edge
uses: canonical/charming-actions/[email protected]
with:
credentials: "${{ secrets.CHARMCRAFT_AUTH }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
Key | Description | Required |
---|---|---|
bundle-path |
Path to the bundle we want to publish. Defaults to the current working directory. | |
channel |
Channel on charmhub to publish the bundle in. Defaults to latest/edge . |
|
credentials |
Credentials exported using charmcraft login --export . |
✔️ |
github-token |
GitHub token used to post a comment when comment-on-pr is enabled. |
✔️ |
None