Skip to content

Commit

Permalink
remove dsa key type
Browse files Browse the repository at this point in the history
  • Loading branch information
WillPower3309 authored Jul 18, 2024
1 parent d7bd7db commit 2a6ea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aur_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ 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
update_pkgver: false

0 comments on commit 2a6ea25

Please sign in to comment.