Skip to content

Commit

Permalink
fix: Remove DSA key from AUR deploy action (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz authored Jul 9, 2024
1 parent 12ca4e2 commit 84c9c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
commit_email: [email protected]
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: Bump to version ${{ env.IMHEX_VERSION }}
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
ssh_keyscan_types: rsa,ecdsa,ed25519

release-update-winget:
name: Release update winget package
Expand Down

0 comments on commit 84c9c69

Please sign in to comment.