We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df6ca6 commit b20d44fCopy full SHA for b20d44f
.github/workflows/release.yml
@@ -28,6 +28,8 @@ jobs:
28
echo "Create passphrase file"
29
echo "${{ secrets.GPG_PASSPHRASE }}"
30
echo "${{ secrets.GPG_PASSPHRASE }}" > passphrase.txt
31
+ echo "Read passphrase file"
32
+ cat passphrase.txt
33
34
echo "Store the GPG key ID to a file"
35
GPG_KEY_ID=$(gpg --list-secret-keys --with-colons | grep 'sec' | cut -d: -f5)
0 commit comments