Skip to content

Commit 07c4c02

Browse files
authored
Use codeclimate project id instead of secret
1 parent 525dc50 commit 07c4c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ matrix.node-version == '16' && matrix.os == 'ubuntu-latest' }}
4545
uses: paambaati/codeclimate-action@v3.0.0
4646
env:
47-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
47+
CC_TEST_REPORTER_ID: 5a58ca8fc3a280bcb3e9cc6af2588c2e24608abc50d89d749c4453b5ebbbd31b
4848
with:
4949
coverageLocations: |
5050
${{github.workspace}}/coverage/lcov.info:lcov

0 commit comments

Comments
 (0)