Skip to content

chore(deps): update helm release metrics-server to v3.12.1 (#14) #101

chore(deps): update helm release metrics-server to v3.12.1 (#14)

chore(deps): update helm release metrics-server to v3.12.1 (#14) #101

name: Trigger ArgoCD Webhook
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
on:
push:
branches: [ "main" ]
jobs:
trigger-webhook:
timeout-minutes: 2
runs-on: ubuntu-latest
if: ${{ false && github.repository == 'iamKunal/home-k8s-gitops' }}
steps:
- name: Setup Tailscale
uses: tailscale/github-action@main
with:
authkey: ${{ secrets.TAILSCALE_EPHEMERAL_KEY }}
- name: Webhook
uses: distributhor/workflow-webhook@v2
env:
webhook_type: json-extended
webhook_url: ${{ secrets.ARGO_WEBHOOK_URL }}
webhook_secret: ${{ secrets.ARGO_WEBHOOK_SECRET }}