Skip to content

Commit

Permalink
Modified Code Climate reporter id secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Sypniewski committed Mar 13, 2021
1 parent 5457ca0 commit 1de380f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-analyse.yaml
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Publish code coverage to CodeClimate
uses: paambaati/codeclimate-action@v2.7.5
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
with:
coverageLocations: |
${{github.workspace}}/coverage/coverage.cobertura.xml:cobertura
Expand Down

0 comments on commit 1de380f

Please sign in to comment.