Skip to content

Instantly share code, notes, and snippets.

View AnthonyMonterrosa's full-sized avatar

Anthony Monterrosa AnthonyMonterrosa

View GitHub Profile
@vansergen
vansergen / README.md
Last active March 5, 2024 19:03
Sign git commits in GitHub Actions

Sign git commits with GPG in GitHub Actions

  • Generate a GPG key (see here)
gpg --full-generate-key
  • Save the GPG passphrase to secrets as GPG_KEY_PASSPHRASE