Skip to content

Commit 2866947

Browse files
authored
Remove dsa keytype (#222)
1 parent 5b45809 commit 2866947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
commit_email: ${{ secrets.AUR_EMAIL }}
7373
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
7474
commit_message: Update AUR package
75-
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
75+
ssh_keyscan_types: rsa,ecdsa,ed25519
7676

7777
cargo_publish:
7878
name: publish to crates.io

0 commit comments

Comments
 (0)