gaborcsardi/debian-repo
Create a Debian package repository on GitHub Pages, from packages published in GitHub Releases. Please run this action on Linux, preferably on `ubuntu-latest`.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 6, 2024
- License
- None
Pinned Snippet
uses: gaborcsardi/debian-repo@de37f185e2cc97749cefd4e7303000a01e006136 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source-repo | SLug of the repository to look up DEB packages in Github Releases in. Defaults to the current repository. | no | ${{ github.repository }} |
| target-repo | Slug of the repository to deploy to. Defaults to the current repository. | no | ${{ github.repository }} |
| token | GitHub token to use to authenticate to GitHub. | no | ${{ github.token }} |
| debian-repo-name | The name of the Debian repository. By default the name of the current repository. | no | — |
| gpg-public-key | Public key to add to the repository. | no | — |
| gpg-private-key | Private key to sign the repository. | — | — |
| gpg-passphrase | Pass phrase for the private key. | yes | — |
Outputs
no outputs