Skip to content

Commit

Permalink
fix keyscan type
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jul 1, 2024
1 parent 666345d commit 05c9efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: update to '${{ github.event.release.name }}'
allow_empty_commits: false
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
ssh_keyscan_types: rsa,ecdsa,ed25519
updpkgsums: true
# assets: >-
# ./aur/hhd-ui.desktop
Expand Down

0 comments on commit 05c9efa

Please sign in to comment.