diff --git a/.github/workflows/template-update-crds-go-project.yaml b/.github/workflows/template-update-crds-go-project.yaml index 43dd096..7041835 100644 --- a/.github/workflows/template-update-crds-go-project.yaml +++ b/.github/workflows/template-update-crds-go-project.yaml @@ -29,7 +29,14 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ steps.go_version.outputs.go_version }} + - name: setup proxy credentials + run: | + cat <