mender-push-artifact

A GitHub action to push your artifacts to a hosted Mender instance.

Features / Limitations

The action supports uploading all artifact versions (v1, v2, v3) to an arbitrary Mender server.

A "personal access token" are used as authentication mechanism. Please read the documentation on how to create one for your Github Actions pipeline setup.

Usage

This action require the following inputs:

  • mender_pat: personal access token on the hosted Mender instance to be used
  • mender_artifact: path to the Mender Artifact to be uploaded, relative to GITHUB_WORKSPACE
  • artifact: a Mender Artifact file (commonly with .mender suffix), placed in the GITHUB_WORKSPACE directory hierarchy

The action accepts the following optional inputs:

Contributing

We welcome and ask for your contribution. If you would like to contribute to Mender, please read our guide on how to best get started contributing code or documentation.

To start editing right away, open the repository on Gitpod:

Open in Gitpod

Connect with us