From c2f0a53402355619872a5cfeac1343ae449aca9d Mon Sep 17 00:00:00 2001 From: Francesco Renzi Date: Mon, 10 Nov 2025 10:41:03 +0000 Subject: [PATCH] Add command to work around auth issues (#15) --- examples/dockerscaleset/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/dockerscaleset/README.md b/examples/dockerscaleset/README.md index 9efe515..7d1461b 100644 --- a/examples/dockerscaleset/README.md +++ b/examples/dockerscaleset/README.md @@ -18,6 +18,13 @@ You can install the example with: go install github.com/actions/scaleset/examples/dockerscaleset@latest ``` +If this fails you should also try running the command with + +```bash +GONOSUMDB=github.com/actions/scaleset GOPRIVATE=github.com/actions/scaleset go +install github.com/actions/scaleset/examples/dockerscaleset@latest +``` + You'll then need: - Docker installed and running on your machine.