Skip to content

Commit ad8cefc

Browse files
RafaelGSSmarco-ippolito
authored andcommitted
doc: add mention to GPG_TTY
PR-URL: #51806 Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 614ca32 commit ad8cefc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/contributing/releases.md

+6
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,12 @@ same GPG key!**
883883
Use `tools/release.sh` to promote and sign the build. Before doing this, you'll
884884
need to ensure you've loaded the correct ssh key, or you'll see the following:
885885

886+
If your GPG key is protected by a password, you might need to run:
887+
888+
```console
889+
$ export GPG_TTY=$(tty)
890+
```
891+
886892
```console
887893
# Checking for releases ...
888894
Enter passphrase for key '/Users/<user>/.ssh/id_rsa':

0 commit comments

Comments
 (0)