Skip to content

Commit 9baa2b0

Browse files
committed
fix token parameter
1 parent 5dcb443 commit 9baa2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run Codacy CLI
2424
uses: codacy/codacy-cli-v2-action@tests
2525
with:
26-
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
26+
project_token: ${{ secrets.CODACY_PROJECT_TOKEN }}
2727
tool: eslint
2828
upload_report: true
2929

0 commit comments

Comments
 (0)