Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit 931c896

Browse files
feat: Update key types for ssh keyscan in AUR publishing workflow
1 parent 8651723 commit 931c896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
commit_email: ${{ secrets.AUR_EMAIL }}
112112
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
113113
commit_message: Update AUR package
114-
ssh_keyscan_types: rsa,ed25519
114+
ssh_keyscan_types: rsa
115115
update_pkgver: false
116116

117117
build-and-push:

0 commit comments

Comments
 (0)