livepeer/GPG sign and checksum generation
Creates checksum (sha256) and gpg detached signatures for artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 24, 2023
- License
- None
Pinned Snippet
uses: livepeer/action-gh-checksum-and-gpg-sign@403911f4db0d375e9da4c5772b6c4d859384cbe2 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| artifacts-dir | Directory path to release artifacts. Defaults to `releases` | no | releases |
| release-name | Current release name, if available, will be used as prefix to checksums file. Defaults to `latest` | no | latest |
| gpg-key | Private gpg key for signing | no | "" |
| gpg-key-passphrase | Passphrase, if any, for the gpg signing key | no | "" |
Outputs
no outputs