mirror of
https://github.com/InioX/matugen.git
synced 2025-05-12 21:10:36 +01:00
fix: remove dsa key
This commit is contained in:
parent
0feac0705e
commit
ab0a12f826
1 changed files with 1 additions and 1 deletions
2
.github/workflows/aur.yml
vendored
2
.github/workflows/aur.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue