diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7399bdac..76ed5be3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,6 +62,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Configure git for private modules + env: + TOKEN: ${{ secrets.PAT }} + run: git config --global url."https://Pryz:${TOKEN}@github.com".insteadOf "https://github.com" + - name: Set up Go uses: actions/setup-go@v3 with: