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 0b4640f commit 1950730Copy full SHA for 1950730
.github/workflows/codacy.yml
@@ -22,6 +22,8 @@ jobs:
22
23
- name: Run Codacy CLI
24
uses: codacy/codacy-cli-v2-action@main
25
+ env:
26
+ GH_TOKEN: ${{ secrets.GH_TOKEN}}
27
with:
28
api_token: ${{ secrets.CODACY_API_TOKEN }}
29
tool: eslint
0 commit comments