From 426ce7d56ca6657cd910024d822382a0c01c3f7c Mon Sep 17 00:00:00 2001 From: Andrew Port Date: Fri, 17 Sep 2021 23:40:23 -0700 Subject: [PATCH] add reference to codacy api token --- .github/workflows/codacy-coverage-reporter.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codacy-coverage-reporter.yml b/.github/workflows/codacy-coverage-reporter.yml index bb0d1b3..8df6621 100644 --- a/.github/workflows/codacy-coverage-reporter.yml +++ b/.github/workflows/codacy-coverage-reporter.yml @@ -20,3 +20,6 @@ jobs: - uses: actions/checkout@v2 - name: Run codacy-coverage-reporter uses: codacy/codacy-coverage-reporter-action@v1 + with: + api-token: ${{ secrets.CODACY_API_TOKEN }} + coverage-reports: cobertura.xml