Skip to content

Commit

Permalink
[Fix #12949] Use the secret for the coverage reporter id
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain authored and bbatsov committed May 30, 2024
1 parent f01e933 commit a920ba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
pattern: coverage-*
- uses: paambaati/codeclimate-action@v6
env:
CC_TEST_REPORTER_ID: a11b66bfbb1acdf220d5cb317b2e945a986fd85adebe29a76d411ad6d74ec31f
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
if: ${{ env.CC_TEST_REPORTER_ID != '' }}
with:
coverageLocations: |
${{github.workspace}}/coverage-*/.resultset.json:simplecov
Expand Down

0 comments on commit a920ba5

Please sign in to comment.