Skip to content

Commit

Permalink
add installer release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Isola committed Apr 18, 2024
1 parent 60b2117 commit 1327949
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-installer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Trigger installer release

on:
release:
types: [published]

jobs:
release-installer:
runs-on: ubuntu-latest
steps:
- name: Trigger installer release
env:
GH_TOKEN: ${{ secrets.INSTALLER_REPO_TOKEN }}
run: gh workflow run release_mondoo_pkgs.yaml --repo "mondoohq/installer" --field version=${{ github.ref_name }}

0 comments on commit 1327949

Please sign in to comment.