ghaction-import-gpg

GitHub Action to import a GPG key

MIT License

Stars
315
Committers
9

Bot releases are hidden (Show)

ghaction-import-gpg - v2.1.0

Published by crazy-max over 4 years ago

  • Allow importing GPG key as a base64 string (#14)
ghaction-import-gpg - v2.0.1

Published by crazy-max over 4 years ago

  • Committer email does not match
ghaction-import-gpg - v2.0.0

Published by crazy-max over 4 years ago

  • Use GPG key name/email as default values (#13)
  • Centralize test key/passphrase
ghaction-import-gpg - v1.4.2

Published by crazy-max over 4 years ago

  • Clean code
  • Update deps
ghaction-import-gpg - v1.4.1

Published by crazy-max over 4 years ago

  • Update README
ghaction-import-gpg - v1.4.0

Published by crazy-max over 4 years ago

  • Add fingerprint, keyid and email outputs
  • Cleanup local paths from extra fields
ghaction-import-gpg - v1.3.0

Published by crazy-max over 4 years ago

  • Add git_tag_gpgsign and git_push_gpgsign inputs
  • Some inputs and secrets have been renamed
ghaction-import-gpg - v1.2.0

Published by crazy-max over 4 years ago

  • Use gpg-connect-agent to seed the internal cache of gpg-agent
  • Fix keygrip (#10)
  • Kill GnuPG agent at POST step
  • Bring back support for Windows
ghaction-import-gpg - v1.1.0

Published by crazy-max over 4 years ago

  • Configure and check committer email against GPG user address
  • Fix code transpilation (#9)
  • Bump deps
ghaction-import-gpg - v1.0.0

Published by crazy-max over 4 years ago

  • Enable signing for Git commits and tags (#4)
ghaction-import-gpg - v0.2.0

Published by crazy-max over 4 years ago

  • Allow to seed the internal cache of gpg-agent with provided passphrase (#5)
  • Better handling of commands output streams
ghaction-import-gpg - v0.1.1

Published by crazy-max over 4 years ago

  • Fix README
ghaction-import-gpg - v0.1.0

Published by crazy-max over 4 years ago

  • Initial version