actions-marketplace-validations/Host your own APT Repo on Github
This action will setup and manage a simple APT repo on your Github pages or a separate repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token with commit and push scope | yes | — |
| repo_supported_arch | Newline-delimited list of supported architecture | yes | — |
| repo_supported_version | Newline-delimited list of supported (linux) version | yes | — |
| file | Newline-delimited list of .deb files | yes | — |
| file_target_version | Newline-delimited list of version target of supplied .deb file | yes | — |
| public_key | GPG public key for apt repo | no | — |
| private_key | GPG private key for signing apt repo | yes | — |
| key_passphrase | Passphrase of GPG private key | no | — |
| page_branch | Branch of Github pages | no | gh-pages |
| target_repository | Required Repository to which the APT repo will be pushed (e.g., username/apt-repo). | yes | — |
| repo_folder | Location of APT repo folder relative to root of Github pages | no | repo |
| debug | Print debug log | no | — |
Outputs
no outputs