Skip to content

Commit 62c2a54

Browse files
committed
test api token
1 parent 451e77b commit 62c2a54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codacy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ jobs:
2323
- name: Run Codacy CLI
2424
uses: codacy/codacy-cli-v2-action@add_api_token_to_upload
2525
with:
26-
project_token: ${{ secrets.CODACY_PROJECT_TOKEN }}
26+
api_token: ${{ secrets.CODACY_API_TOKEN }}
2727
tool: eslint
2828
upload_report: true
29+
provider: gh
30+
owner: codacy-acme
31+
repository: sample-javascript-project
2932

3033
- name: Install dependencies
3134
run: |

0 commit comments

Comments
 (0)