Skip to content

Update go.mod and go.sum to latest version from networkservicemesh/sd… #752

Update go.mod and go.sum to latest version from networkservicemesh/sd…

Update go.mod and go.sum to latest version from networkservicemesh/sd… #752

Workflow file for this run

---
name: Pull Request on update/* Branch Push
on:
push:
branches:
- update/**
jobs:
auto-pull-request:
uses: networkservicemesh/.github/.github/workflows/pr-for-updates.yaml@main
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}