Skip to content

Commit f59ce4c

Browse files
committed
dev: use GITHUB_TOKEN instead of GOLANGCI_LINT_TOKEN
1 parent 4e99c75 commit f59ce4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: lint
19-
uses: golangci/golangci-lint-action@v0.1.3
19+
uses: golangci/golangci-lint-action@v0
2020
with:
2121
version: v1.26
22-
github-token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
22+
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
tests-on-windows:
2424
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
2525
runs-on: windows-latest

0 commit comments

Comments
 (0)