Skip to content

Commit

Permalink
ci(sbt-build): switch to seun pgp keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun0925 authored and Seun0925 committed Sep 4, 2024
1 parent 039f410 commit e9a5117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sbt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
gpgconf --kill gpg-agent || true
gpgconf --launch gpg-agent || true
echo "$GPG_SECRET" | gpg --batch --no-tty --import
echo "$GPG_SECRET" | base64 --decode | gpg --batch --no-tty --import
env:
GPG_SECRET: ${{ secrets.GPG_PRIVATE_KEY }}

Expand Down

0 comments on commit e9a5117

Please sign in to comment.