Skip to content

Commit

Permalink
Merge pull request #2 from Mulugruntz/master
Browse files Browse the repository at this point in the history
ci: Move CodeClimate ID from secrets to vars (Mulugruntz#267)
  • Loading branch information
WaYdotNET authored Dec 4, 2023
2 parents 5d92a26 + 6180c3e commit 53debda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Code Climate Coverage Action
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
CC_TEST_REPORTER_ID: ${{ vars.CC_TEST_REPORTER_ID }}
with:
coverageCommand: coverage xml
debug: true
Expand Down

0 comments on commit 53debda

Please sign in to comment.