Skip to content

Commit daf4231

Browse files
committed
apply formatting
1 parent abfbcfa commit daf4231

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generate-index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ jobs:
5757
5858
- name: Generate index
5959
run: poetry run ./generator.py -a $(which arduino-cli)
60-
60+
6161
# fix `gpg: signing failed: Inappropriate ioctl for device`
6262
# https://github.com/keybase/keybase-issues/issues/2798
6363
- name: Import GPG key
6464
run: |
6565
echo "${{ secrets.GPG_PRIVATE_KEY }}" | base64 -di > private.key
6666
gpg --batch --import --passphrase "${{ secrets.PASSPHRASE }}" private.key
6767
echo "GPG_TTY=$(tty)" >> $GITHUB_ENV
68-
69-
# disable gpg pass prompt
68+
69+
# disable gpg pass prompt
7070
# https://stackoverflow.com/questions/49072403/suppress-the-passphrase-prompt-in-gpg-command
7171
- name: sign the json
7272
run: gpg --pinentry-mode=loopback --passphrase "${{ secrets.PASSPHRASE }}" --output boards/module_firmware_index.json.sig --detach-sign boards/module_firmware_index.json
@@ -79,4 +79,4 @@ jobs:
7979
env:
8080
AWS_REGION: "us-east-1" # or https://github.com/aws/aws-cli/issues/5623
8181
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 }}

0 commit comments

Comments
 (0)