From 767413c896e0eda9492aa67b76c032ccc42e7eb8 Mon Sep 17 00:00:00 2001 From: Andrew Port Date: Fri, 17 Sep 2021 23:26:51 -0700 Subject: [PATCH] remove project api key reference --- .github/workflows/codacy-coverage-reporter.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codacy-coverage-reporter.yml b/.github/workflows/codacy-coverage-reporter.yml index 9c01587..bb0d1b3 100644 --- a/.github/workflows/codacy-coverage-reporter.yml +++ b/.github/workflows/codacy-coverage-reporter.yml @@ -20,6 +20,3 @@ jobs: - uses: actions/checkout@v2 - name: Run codacy-coverage-reporter uses: codacy/codacy-coverage-reporter-action@v1 - with: - project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} - coverage-reports: cobertura.xml