ghaction-import-gpg

GitHub Action to import a GPG key

MIT License

Stars
315
Committers
9

Bot releases are hidden (Show)

ghaction-import-gpg - v6.1.0 Latest Release

Published by crazy-max 10 months ago

ghaction-import-gpg - v6.0.0

Published by crazy-max about 1 year ago

ghaction-import-gpg - v5.4.0

Published by crazy-max about 1 year ago

ghaction-import-gpg - v5.3.0

Published by crazy-max over 1 year ago

Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v5.2.0...v5.3.0

ghaction-import-gpg - v5.2.0

Published by crazy-max about 2 years ago

  • Remove setOutput workaround by @crazy-max (#152)
  • Bump @actions/core from 1.9.0 to 1.10.0 (#147 #151)
  • Bump openpgp from 5.3.1 to 5.5.0 (#149)

Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v5.1.0...v5.2.0

ghaction-import-gpg - v5.1.0

Published by crazy-max about 2 years ago

  • Bump openpgp from 5.2.1 to 5.3.1 (#145)
  • Bump @actions/core from 1.6.0 to 1.9.0 (#143)
ghaction-import-gpg - v5.0.0

Published by crazy-max over 2 years ago

  • Node 16 as default runtime (#136)
    • This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
ghaction-import-gpg - v4.4.0

Published by crazy-max over 2 years ago

  • Use eslint prettier plugin (#132)
  • Bump openpgp from 5.2.0 to 5.2.1 (#131)
  • Bump minimist from 1.2.5 to 1.2.6 (#134)
  • Bump @actions/exec from 1.1.0 to 1.1.1 (#133)
ghaction-import-gpg - v4.3.0

Published by crazy-max over 2 years ago

  • Update dev dependencies and workflow (#130)
  • Fix error deleting keys with short key id (#129)
  • Bump openpgp from 5.1.0 to 5.2.0 (#128)
ghaction-import-gpg - v4.2.0

Published by crazy-max over 2 years ago

  • Align default ttl with GitHub job run timeout (#126)
  • Delete key using primary key ID not subkey ID (#125)
  • Set passphrase only for the fingerprint being used (#123)
  • Bump openpgp from 5.0.0 to 5.1.0 (#116 #120)
  • Bump actions/github-script from 4 to 6 (#115 #121)
ghaction-import-gpg - v4.1.0

Published by crazy-max about 3 years ago

  • Handle signing-only subkeys (#112)
  • Bump @actions/core from 1.5.0 to 1.6.0 (#114)
  • Bump actions/github-script from 4 to 5 (#113)
  • Bump ansi-regex from 5.0.0 to 5.0.1 (#111)
  • Bump tmpl from 1.0.4 to 1.0.5 (#110)
ghaction-import-gpg - v4.0.0

Published by crazy-max about 3 years ago

  • OpenPGP.js v5 (#78)
  • POSIX-compliant inputs names (#109)
    • Rename gpg-private-key input gpg_private_key
    • Rename git-config-global input git_config_global
    • Rename git-user-signingkey input git_user_signingkey
    • Rename git-commit-gpgsign input git_commit_gpgsign
    • Rename git-tag-gpgsign input git_tag_gpgsign
    • Rename git-push-gpgsign input git_push_gpgsign
    • Rename git-committer-name input git_committer_name
    • Rename git-committer-email input git_committer_email
  • Bump @actions/core from 1.4.0 to 1.5.0 (#106)
ghaction-import-gpg - v3.2.0

Published by crazy-max about 3 years ago

  • Add git-config-global input (#103)
  • Use built-in getExecOutput (#102)
  • Handle if-asked for git-push-gpgsign input (#100)
  • Use getBooleanInput (#101)
  • Bump @actions/core from 1.2.7 to 1.4.0 (#97)
  • Bump @actions/exec from 1.0.4 to 1.1.0 (#96)
  • Bump ws from 7.3.1 to 7.5.0 (#98)
  • Fix setOutput (#86)
  • Bump actions/github-script from v3 to v4.0.2 (#83)
  • Bump @actions/core from 1.2.6 to 1.2.7 (#81)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#85)
  • Bump lodash from 4.17.20 to 4.17.21 (#84)
  • Bump y18n from 4.0.0 to 4.0.1 (#79)
  • Enhance workflow (#77)
ghaction-import-gpg - v3.1.0

Published by crazy-max over 3 years ago

  • Container based developer flow (#76)
  • Bump openpgp from 4.10.9 to 4.10.10 (#75)
  • Bump node-notifier from 8.0.0 to 8.0.1 (#72)
  • Bump openpgp from 4.10.8 to 4.10.9 (#69)
ghaction-import-gpg - v3.0.2

Published by crazy-max almost 4 years ago

  • Fix git committer email action input (#67)
ghaction-import-gpg - v3.0.1

Published by crazy-max about 4 years ago

  • Fix CVE-2020-15228
ghaction-import-gpg - v3.0.0

Published by crazy-max about 4 years ago

  • Move GPG_PRIVATE_KEY env var to gpg-private-key input
  • Move PASSPHRASE env var to passphrase input
  • Rename git_user_signingkey input to git-user-signingkey
  • Rename git_commit_gpgsign input to git-commit-gpgsign
  • Rename git_tag_gpgsign input to git-tag-gpgsign
  • Rename git_push_gpgsign input to git-push-gpgsign
  • Rename git_committer_name input to git-committer-name
  • Rename git_committer_email input to git-committer-email
  • Update deps
ghaction-import-gpg - v2.3.0

Published by crazy-max about 4 years ago

  • Preset passphrase for all key keygrips (#57)
  • Update deps
ghaction-import-gpg - v2.2.0

Published by crazy-max about 4 years ago

  • Add workdir input (#55)
  • Update deps
ghaction-import-gpg - v2.1.1

Published by crazy-max over 4 years ago

  • Fix importing of base64 armored string (#18)
  • Enhanced tests
  • Update deps