Update go.mod and go.sum to latest version from networkservicemesh/sd… #780
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Update deployments-k8s repository | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
update-deployments-k8s: | |
if: ${{ github.repository != 'networkservicemesh/cmd-template' }} | |
uses: networkservicemesh/.github/.github/workflows/update-deployments.yaml@main | |
secrets: | |
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }} |