Skip to content

Commit

Permalink
🐛 Fix Unknown key type 'dsa' (#462)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Jul 2, 2024
1 parent a6ee910 commit 11a8bd6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pkg_arch-aur.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,36 +71,39 @@ jobs:
echo "mondoo: $(cat mondoo/PKGBUILD | grep orignalVersion=)"
- name: Publish cnquery AUR package
if: ${{ !inputs.skip }}
uses: KSXGitHub/[email protected].1
uses: KSXGitHub/[email protected].2
with:
pkgname: cnquery
pkgbuild: packages/archlinux/cnquery/PKGBUILD
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: ${{ needs.setup.outputs.version }}
ssh_keyscan_types: rsa,ecdsa,ed25519
force_push: 'true'
- name: Publish cnspec AUR package
if: ${{ !inputs.skip }}
uses: KSXGitHub/[email protected].1
uses: KSXGitHub/[email protected].2
with:
pkgname: cnspec
pkgbuild: packages/archlinux/cnspec/PKGBUILD
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: ${{ needs.setup.outputs.version }}
ssh_keyscan_types: rsa,ecdsa,ed25519
force_push: 'true'
- name: Publish mondoo AUR package
if: ${{ !inputs.skip }}
uses: KSXGitHub/[email protected].1
uses: KSXGitHub/[email protected].2
with:
pkgname: mondoo
pkgbuild: packages/archlinux/mondoo/PKGBUILD
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: ${{ needs.setup.outputs.version }}
ssh_keyscan_types: rsa,ecdsa,ed25519
force_push: 'true'
assets:
packages/archlinux/mondoo/mondoo.sh
Expand Down

0 comments on commit 11a8bd6

Please sign in to comment.