Skip to content

Commit

Permalink
Remove dsa keytype (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
srzamfir authored Oct 23, 2024
1 parent 5b45809 commit 2866947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ 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

cargo_publish:
name: publish to crates.io
Expand Down

0 comments on commit 2866947

Please sign in to comment.