From d42338444babb6a09bfcf6b26d17011684958f8a Mon Sep 17 00:00:00 2001 From: MuriloChianfa <60560085+MuriloChianfa@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:11:31 -0300 Subject: [PATCH] fixing passphrase typo (#559) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efc181b..d41ff25 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 }} ```