diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 2c22f4c..38c38ce 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -26,6 +26,6 @@ jobs: - name: Report coverage to Codacy uses: codacy/codacy-coverage-reporter-action@v1 with: - api-token: ${{ secrets.CODACY_TOKEN }} + project-token: ${{ secrets.CODACY_TOKEN }} coverage-reports: coverage.txt force-coverage-parser: go