Skip to content

Commit

Permalink
build: fix "Unknown key type "dsa""
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Jul 18, 2024
1 parent ac68d23 commit f444cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-to-aur-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: Update AUR package
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
ssh_keyscan_types: rsa,ecdsa,ed25519

0 comments on commit f444cea

Please sign in to comment.