From e9aee90454ed8a0f16519ebf311c9ae0f7ece574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20N=C3=B8rgaard?= Date: Wed, 27 Aug 2025 15:11:17 +0200 Subject: [PATCH] feat: add github.com/neticdk-k8s to default private repos --- .github/workflows/go-cd.yaml | 2 +- .github/workflows/go-ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-cd.yaml b/.github/workflows/go-cd.yaml index d4281c5..71f2768 100644 --- a/.github/workflows/go-cd.yaml +++ b/.github/workflows/go-cd.yaml @@ -27,7 +27,7 @@ on: description: "The GOPRIVATE environment variable" required: false type: string - default: github.com/containdk,github.com/neticdk + default: github.com/containdk,github.com/neticdk,github.com/neticdk-k8s jobs: release: diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 900d768..4cf19fe 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -24,7 +24,7 @@ on: description: "The GOPRIVATE environment variable" required: false type: string - default: github.com/containdk,github.com/neticdk + default: github.com/containdk,github.com/neticdk,github.com/neticdk-k8s run-benchmarks: description: "Run benchmarks" required: false