Skip to content

Commit

Permalink
ci(sbt-build): verify resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun0925 authored and Seun0925 committed Sep 4, 2024
1 parent 39550d9 commit f126c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sbt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Verify Resources
run: |
echo "---------- Verifying GPG Keys ----------"
gpg --list-keys
GPG_FINGERPRINT=$(gpg --list-keys --with-colons | grep fpr | head -n 1 | cut -d: -f10)
echo "GPG_FINGERPRINT=$GPG_FINGERPRINT" >> $GITHUB_ENV
gpg --keyserver keyserver.ubuntu.com --recv-keys $GPG_FINGERPRINT
Expand Down

0 comments on commit f126c91

Please sign in to comment.