diff --git a/.github/workflows/golangci.yml b/.github/workflows/golangci.yml index 6096b5e..bf9d81e 100644 --- a/.github/workflows/golangci.yml +++ b/.github/workflows/golangci.yml @@ -10,7 +10,6 @@ jobs: - name: golangci-lint uses: ./ with: - github_token: ${{ secrets.github_token }} directory: sample format: colored-line-number flags: --issues-exit-code 0