Skip to content

Commit

Permalink
ci: add gitops webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Dec 30, 2023
1 parent d8d348f commit 602229d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@ jobs:
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

honami-gitops:
runs-on: ubuntu-latest
needs: docker-push

steps:
- name: Send Webhook
run: |
curl -X POST ${{ secrets.WEBHOOK_ENDPOINT }}/webhook/renovate \
-H "Authorization: ${{ secrets.WEBHOOK_PASSWORD }}"

0 comments on commit 602229d

Please sign in to comment.