actions-marketplace-validations/Github pages APT repo
Setup and manage APT repo on Github pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 1, 2020
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/jrandiny_apt-repo-action@dad4c7fe34bb904108c1bf99ed003a2f05b056dc # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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 |
| repo_folder | Location of APT repo folder relative to root of Github pages | no | repo |
| debug | Print debug log | no | — |
Outputs
no outputs