A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/arduino/arduino-fwuploader/commit/dc350ee5c93cd0d69eaf5e408db06a000a5dda21 below:

place the private key in tmp (#89) · arduino/arduino-fwuploader@dc350ee · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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