From 875eac0d31413cd52d4f9431554a40122090e7c8 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:57:13 -0600 Subject: [PATCH] Sync files with networkservicemesh/cmd-template --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4e9010b..fb87d16 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: restrictNSMDeps: uses: networkservicemesh/.github/.github/workflows/restrict-nsm-deps.yaml@main with: - allowed_repositories: "api, sdk, sdk-k8s, sdk-kernel, sdk-sriov, sdk-vpp, govpp" + allowed_repositories: "api, sdk, sdk-k8s, sdk-kernel, sdk-sriov, sdk-vpp, govpp, vpphelper" checkgomod: uses: networkservicemesh/.github/.github/workflows/checkgomod.yaml@main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72f9cd6..aa1b36b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,8 @@ jobs: create-release: needs: [get-tag, check-gomod-deps] uses: networkservicemesh/.github/.github/workflows/release.yaml@main + with: + tag: ${{ needs.get-tag.outputs.tag }} secrets: token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}