Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.19 KB

canonical/charming-actions/upload-bundle

This action is used to upload a bundle to charmhub.io.

Usage

      - name: Upload bundle to edge
        uses: canonical/charming-actions/upload-bundle@1.0.0
        with:
          credentials: "${{ secrets.CHARMCRAFT_AUTH }}"
          github-token: "${{ secrets.GITHUB_TOKEN }}"

API

Inputs

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. ✔️

Outputs

None