workflow: remove github token

This commit is contained in:
Aleksandr Razumov 2020-04-26 19:43:53 +03:00
parent 4cb8a13e45
commit 9c543591de
No known key found for this signature in database
GPG Key ID: 1D14A82D2E311045

View File

@ -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