Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Locally sign a public GPG key in the context of the Pacman.
  • Loading branch information
JuckZ authored Sep 5, 2023
1 parent f8f8c01 commit 2c85ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ runs:
for gpg_key in ${{ inputs.additional-trusted-gpg }}; do
sudo pacman-key --keyserver keys.openpgp.org --recv-key $gpg_key
sudo pacman-key --lsign-key $gpg_key
done
- id: install-arch-install-scripts
shell: bash
Expand Down

0 comments on commit 2c85ff9

Please sign in to comment.