Skip to content

Fix monitorFilter (#1498) #53

Fix monitorFilter (#1498)

Fix monitorFilter (#1498) #53

---
name: Update dependent repositories
on:
push:
branches:
- main
workflow_run:
types:
- completed
workflows:
- 'automerge'
jobs:
update-dependent-repositories:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot' || github.event_name == 'push' }}
uses: networkservicemesh/.github/.github/workflows/update-dependent-repositories-gomod.yaml@main
with:
dependent_repositories: |
["sdk-k8s",
"sdk-kernel",
"cmd-nsmgr",
"cmd-nsmgr-proxy",
"cmd-registry-memory",
"cmd-registry-proxy-dns",
"cmd-nse-vfio",
"cmd-nse-remote-vlan",
"cmd-nsc-init",
"cmd-ipam-vl3",
"cmd-map-ip-k8s",
"cmd-admission-webhook-k8s",
"cmd-cluster-info-k8s",
"cmd-csi-driver"]
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}