Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
biagioT committed Jul 13, 2024
1 parent 3e09763 commit 318119a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ jobs:

- name: Import GPG key
run: |
echo "${{ secrets.GPG_SIGNING_KEY }}" > private.key
gpg --batch --import private.key
rm private.key
cat <(echo -e "${{ secrets.GPG_SIGNING_KEY }}") | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}

Expand Down

0 comments on commit 318119a

Please sign in to comment.