Skip to content

Commit

Permalink
ci: Hardcode CodeClimate CC_TEST_REPORTER_ID (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulugruntz authored Dec 4, 2023
1 parent 6180c3e commit 28d5804
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ jobs:
- name: Code Climate Coverage Action
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ vars.CC_TEST_REPORTER_ID }}
# According to CodeClimate documentation, this is not considered a sensitive value.
# https://docs.codeclimate.com/docs/finding-your-test-coverage-token#regenerating-a-repos-test-reporter-id
CC_TEST_REPORTER_ID: 4967416d540739937e0eebfb13a3cf2f8dfbddd762f2b1ec800e83d18fb5efbb
with:
coverageCommand: coverage xml
debug: true
Expand Down

0 comments on commit 28d5804

Please sign in to comment.