golift/Publish PackageCloud.io Packages
Easily mass-uploads RPM and DEB packages to PackageCloud.io. Other package types have limited support.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 3, 2023
- License
- MIT
Pinned Snippet
uses: golift/upload-packagecloud@4aa3951da51883c3f19ff972a795c9b14084ea93 # v1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| packages | Name of the package or package-filled folder to upload. | yes | — |
| userrepo | The repository to upload into. Must be provided in format user/repo. | yes | — |
| rpmdists | Space-separated list of RHEL distribution versions where RPMs get uploaded. Example: el/6 ol/7 | no | — |
| debdists | Space-separated list of Debian distribution versions where DEBs get uploaded. Example: ubuntu/focal debian/buster | no | — |
| apitoken | The Package Cloud API token with push access. | yes | — |
Outputs
no outputs