File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ jobs:
57
57
58
58
- name : Generate index
59
59
run : poetry run ./generator.py -a $(which arduino-cli)
60
-
60
+
61
61
# fix `gpg: signing failed: Inappropriate ioctl for device`
62
62
# https://github.com/keybase/keybase-issues/issues/2798
63
63
- name : Import GPG key
64
64
run : |
65
65
echo "${{ secrets.GPG_PRIVATE_KEY }}" | base64 -di > private.key
66
66
gpg --batch --import --passphrase "${{ secrets.PASSPHRASE }}" private.key
67
67
echo "GPG_TTY=$(tty)" >> $GITHUB_ENV
68
-
69
- # disable gpg pass prompt
68
+
69
+ # disable gpg pass prompt
70
70
# https://stackoverflow.com/questions/49072403/suppress-the-passphrase-prompt-in-gpg-command
71
71
- name : sign the json
72
72
run : gpg --pinentry-mode=loopback --passphrase "${{ secrets.PASSPHRASE }}" --output boards/module_firmware_index.json.sig --detach-sign boards/module_firmware_index.json
79
79
env :
80
80
AWS_REGION : " us-east-1" # or https://github.com/aws/aws-cli/issues/5623
81
81
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
82
- AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
82
+ AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments