Skip to content

Commit

Permalink
add full path to gpg
Browse files Browse the repository at this point in the history
Signed-off-by: Iulian Barbu <[email protected]>
  • Loading branch information
iulianbarbu committed Nov 12, 2024
1 parent 8b7256e commit fe92651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/common/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ function import_gpg_keys() {
(
echo "Importing GPG key $key"
/opt/homebrew/bin/gpg --no-tty --quiet --keyserver $GPG_KEYSERVER --recv-keys $key
echo -e "5\ny\n" | gpg --no-tty --command-fd 0 --expert --edit-key $key trust;
echo -e "5\ny\n" | /opt/homebrew/bin/gpg --no-tty --command-fd 0 --expert --edit-key $key trust;
)
done
wait
Expand Down

0 comments on commit fe92651

Please sign in to comment.