Skip to content

Commit

Permalink
fixing passphrase typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloChianfa committed Sep 1, 2024
1 parent 8d21931 commit 90148af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
```

Expand Down

0 comments on commit 90148af

Please sign in to comment.