Skip to content

Commit 503ebda

Browse files
authored
Update api token with project token for codacy in github actions (#581)
1 parent 4393d45 commit 503ebda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ jobs:
9595
if: github.event_name == 'push'
9696
uses: codacy/codacy-coverage-reporter-action@v1
9797
with:
98-
api-token: ${{ secrets.CODACY_API_TOKEN }}
98+
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
9999
coverage-reports: target/site/jacoco/jacoco.xml
100100

0 commit comments

Comments
 (0)