diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index feab8a7..881c658 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,9 @@ on: permissions: contents: read +env: + GOPRIVATE: "github.com/springernature/*" + jobs: # Ensure project builds before running testing matrix build: