Skip to content

Commit a51d46e

Browse files
committed
ci: set gpg key trust level with import-gpg action
Signed-off-by: CrazyMax <[email protected]>
1 parent ea29253 commit a51d46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ jobs:
9393
with:
9494
gpg_private_key: ${{ steps.gpg.outputs.key }}
9595
passphrase: ${{ steps.gpg.outputs.passphrase }}
96+
trust_level: 5
9697
-
9798
name: Init pass
9899
if: ${{ !startsWith(matrix.os, 'windows-') }}
99100
run: |
100-
echo -e "trust\n5\ny" | gpg --batch --no-tty --command-fd 0 --edit-key 7D851EB72D73BDA0
101101
pass init 7D851EB72D73BDA0
102102
shell: bash
103103
-

0 commit comments

Comments
 (0)