Skip to content

Commit 69ea811

Browse files
committed
test pgp
1 parent 7a727f9 commit 69ea811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-gpg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
test-gpg:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Decode and import PGP secret key
10+
- name: Decode and import PGP secret key (batch mode)
1111
run: |
12-
echo "$PGP_SECRET" | base64 -d | gpg --import
13-
gpg --list-secret-keys
12+
echo "$PGP_SECRET" | base64 -d | gpg --batch --yes --import
13+
gpg --list-secret-keys --keyid-format LONG
1414
env:
1515
PGP_SECRET: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)