Skip to content

Commit 91b9260

Browse files
committed
ci: set gpg key trust level with import-gpg action
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 37c616d commit 91b9260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)