+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -63,8 +63,8 @@ jobs:
63
63
# https://github.com/keybase/keybase-issues/issues/2798
64
64
- name: Import GPG key
65
65
run: |
66
-
echo "${{ secrets.GPG_PRIVATE_KEY }}" | base64 -di > private.key
67
-
gpg --batch --import --passphrase "${{ secrets.PASSPHRASE }}" private.key
66
+
echo "${{ secrets.GPG_PRIVATE_KEY }}" | base64 -di > /tmp/private.key
67
+
gpg --batch --import --passphrase "${{ secrets.PASSPHRASE }}" /tmp/private.key
68
68
echo "GPG_TTY=$(tty)" >> $GITHUB_ENV
69
69
70
70
# disable gpg pass prompt
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4