Skip to content

Commit f1624fd

Browse files
committed
DEBUG: list the key, to make sure that it has the correct expiry date
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent c114a91 commit f1624fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
# Import GPG key
5050
echo -n '${{ steps.gpg-secrets.outputs.private-key }}' | gpg --import --no-tty --batch --yes
5151
52+
gpg --list-secret-keys
53+
5254
# Configure GPG
5355
echo "allow-preset-passphrase" > ~/.gnupg/gpg-agent.conf
5456
gpg-connect-agent RELOADAGENT /bye

0 commit comments

Comments
 (0)