dev: use GITHUB_TOKEN instead of GOLANGCI_LINT_TOKEN
This commit is contained in:
parent
4e99c75315
commit
f59ce4c86e
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: lint
|
||||
uses: golangci/golangci-lint-action@v0.1.3
|
||||
uses: golangci/golangci-lint-action@v0
|
||||
with:
|
||||
version: v1.26
|
||||
github-token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tests-on-windows:
|
||||
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
|
||||
runs-on: windows-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user