From b411d6b857f8299896a58e7376e19a59f7dab18e Mon Sep 17 00:00:00 2001 From: "Sangyeop.lee" Date: Fri, 4 Jun 2021 10:17:07 +0900 Subject: [PATCH] ci: add GOPRIVATE to workflows --- .github/workflows/lint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index eb154a1c1..c36b996a7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -2,6 +2,8 @@ name: Lint # Lint runs golangci-lint over the entire Tendermint repository # This workflow is run on every pull request and push to master # The `golangci` job will pass without running if no *.{go, mod, sum} files have been modified. +env: + GOPRIVATE: "github.com/line/*" on: pull_request: push: