Skip to content

Merge pull request #1036 from networkservicemesh/test-previous-tests #4976

Merge pull request #1036 from networkservicemesh/test-previous-tests

Merge pull request #1036 from networkservicemesh/test-previous-tests #4976

---
name: Update dependent repositories
on:
push:
branches:
- main
jobs:
update-dependent-repositories:
uses: networkservicemesh/.github/.github/workflows/update-dependent-repositories-gomod.yaml@main
with:
dependent_repositories: |
["integration-k8s-packet",
"integration-k8s-gke",
"integration-k8s-aks",
"integration-k8s-aws",
"integration-interdomain-k8s"]
base_repository: "networkservicemesh/integration-tests"
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}