Skip to content

Commit

Permalink
fix: remove dsa key
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX authored Nov 7, 2024
1 parent 0feac07 commit ab0a12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: 'chore(aur): update package'
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
ssh_keyscan_types: rsa,ecdsa,ed25519

0 comments on commit ab0a12f

Please sign in to comment.