Skip to content

Commit 25fefdf

Browse files
committed
remove dsa from workflows
1 parent 04da350 commit 25fefdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
6161
commit_message: update to '${{ github.event.release.name }}'
6262
allow_empty_commits: false
63-
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
63+
ssh_keyscan_types: rsa,ecdsa,ed25519
6464
updpkgsums: true
6565

6666
deploy_copr:

.github/workflows/publish-aur.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
2828
commit_message: manual update
2929
allow_empty_commits: false
30-
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
30+
ssh_keyscan_types: rsa,ecdsa,ed25519
3131
updpkgsums: true

0 commit comments

Comments
 (0)