Skip to content

Commit

Permalink
Fix workflow to use renamed keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
botimer committed Jul 4, 2024
1 parent b83a6fe commit a41261c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pip3 install mako
# import keys
gpg2 --import deploy/pub.gpg
gpg2 --import deploy/mlibrary-archive-keyring.gpg
echo -e "${{ secrets.GPG_PRIVATE_KEY }}" | gpg2 --import
mkdir incoming
Expand Down

0 comments on commit a41261c

Please sign in to comment.