From 90148af704d86d04385567e243b49c9b29a96a4e Mon Sep 17 00:00:00 2001 From: MuriloChianfa Date: Sun, 1 Sep 2024 19:30:44 -0300 Subject: [PATCH] fixing passphrase typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bf03f2..66b2b53 100644 --- a/README.md +++ b/README.md @@ -392,8 +392,8 @@ jobs: git_user_name: # add the gpg username git_user_email: # add the gpg email gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - # uncomment if your key has a passpharse - # gpg_passpharse: ${{ secrets.GPG_PASSPHRASE }} + # uncomment if your key has a passphrase + # gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} ```