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 3e36072 commit 6a83a07Copy full SHA for 6a83a07
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
mkdir -p ~/.gnupg/
41
chmod 0700 ~/.gnupg/
42
echo "$GPG_SIGNING_KEY" > ~/.gnupg/private.key
43
- gpg --import ~/.gnupg/private.key
+ gpg --import --passphrase "${GPG_PASSPHRASE}" ~/.gnupg/private.key
44
gpg -u [email protected] --passphrase "${GPG_PASSPHRASE}" --detach-sign --output deployer.phar.asc deployer.phar
45
env:
46
GPG_SIGNING_KEY: |
0 commit comments