Skip to content

Commit

Permalink
Add: Trigger product compose upgrade (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored Aug 15, 2024
1 parent 91629a2 commit 1c7f106
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ jobs:
v[2]=$((v[2] + 1))
echo "output=v$(IFS="."; echo "${v[*]// /}")" >> $GITHUB_OUTPUT
- name: Trigger product compose upgrade
uses: greenbone/actions/trigger-workflow@v3
with:
token: ${{ secrets.GREENBONE_BOT_TOKEN }}
repository: "greenbone/automatix"
workflow: "push.yml"
inputs: '{"service": "${{ matrix.chart }}", "digest": "${{ matrix.digest }}", "version": "${{ steps.version.outputs.output }}"}'

- name: Trigger service helm chart upgrade
if: ${{ steps.version.outputs.output }}
uses: greenbone/actions/trigger-workflow@v3
Expand Down

0 comments on commit 1c7f106

Please sign in to comment.