diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index e68b898..a4c089c 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -4,7 +4,6 @@ on: push: branches: - main - tags-ignore: "**" pull_request: branches: - main @@ -49,6 +48,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: branch env: - GOPRIVATE: "*github.com/github/*" - GOPROXY: "direct" GOFLAGS: "-mod=vendor"