We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a727f9 commit 69ea811Copy full SHA for 69ea811
.github/workflows/test-gpg.yml
@@ -7,9 +7,9 @@ jobs:
7
test-gpg:
8
runs-on: ubuntu-latest
9
steps:
10
- - name: Decode and import PGP secret key
+ - name: Decode and import PGP secret key (batch mode)
11
run: |
12
- echo "$PGP_SECRET" | base64 -d | gpg --import
13
- gpg --list-secret-keys
+ echo "$PGP_SECRET" | base64 -d | gpg --batch --yes --import
+ gpg --list-secret-keys --keyid-format LONG
14
env:
15
PGP_SECRET: ${{ secrets.PGP_SECRET }}
0 commit comments