Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 674 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 674 Bytes

action-sign

This action allows for signing a manifest file generated by the Gluons make manifest.

Inputs

gluon-path

Path to a checked-out Gluon repository used for signing.

container-version

Gluon build-container version to use.

manifest

Path to a Gluon autoupdater manifest.

signing-key

ECDSA key generated by ecdsautils used for signing the manifest.

write-signature

Whether or not to append the signature to the input manifest.

Outputs

signature

The signature resulted from signing a given manifest with a given key.