Skip to content

Commit

Permalink
introduce gnupg directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 9, 2024
1 parent e5f39e6 commit 2096294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: Import GPG Key
run: |
sudo apt-get update
sudo apt-get install -y gnupg
mkdir -p ~/.gnupg
chmod 700 ~/.gnupg
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import
Expand Down

0 comments on commit 2096294

Please sign in to comment.