Skip to content

Commit f444cea

Browse files
committed
build: fix "Unknown key type "dsa""
1 parent ac68d23 commit f444cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-to-aur-on-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
commit_email: ${{ secrets.AUR_EMAIL }}
2727
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
2828
commit_message: Update AUR package
29-
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
29+
ssh_keyscan_types: rsa,ecdsa,ed25519

0 commit comments

Comments
 (0)