nsls2/Install RPM from GitHub Release
Download and install an RPM from a GitHub release, automatically detecting the correct version for your RHEL system
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Target repository in owner/repo format (e.g., owner/my-package) | yes | — |
| release_tag | Release tag to download from (e.g., v1.0.0) | yes | — |
| rhel_version | RHEL version to target (8, 9, or 10). If not specified, attempts auto-detection. | no | "" |
| github_token | GitHub token for API access (defaults to job token) | no | ${{ github.token }} |
| install_devel | Also install the -devel package variant if available | no | false |
Outputs
| name | description |
|---|---|
| rpm_filename | Downloaded RPM filename |
| rpm_url | Download URL of the RPM |
| detected_rhel_version | RHEL version that was used for matching |