Skip to content

Commit

Permalink
add installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 9, 2024
1 parent ceb702b commit e5f39e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:

- name: Import GPG Key
run: |
sudo apt-get update
sudo apt-get install -y gnupg
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import
echo "use-agent" >> ~/.gnupg/gpg.conf
gpg-connect-agent reloadagent /bye
env:
Expand Down

0 comments on commit e5f39e6

Please sign in to comment.