We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d08de0 commit f6ef768Copy full SHA for f6ef768
.github/workflows/ci.yml
@@ -34,6 +34,8 @@ jobs:
34
35
- name: License Check
36
run: make license-test
37
+ env:
38
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
40
- name: Run golangci-lint
41
uses: golangci/[email protected]
0 commit comments