Skip to content

Commit 2c6b77f

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

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
@@ -96,10 +96,10 @@ jobs:
9696
with:
9797
gpg_private_key: ${{ steps.gpg.outputs.key }}
9898
passphrase: ${{ steps.gpg.outputs.passphrase }}
99+
trust_level: 5
99100
-
100101
name: Init pass
101102
run: |
102-
echo -e "trust\n5\ny" | gpg --batch --no-tty --command-fd 0 --edit-key 7D851EB72D73BDA0
103103
pass init 7D851EB72D73BDA0
104104
shell: bash
105105
-

0 commit comments

Comments
 (0)