Skip to content

Commit 7998bea

Browse files
authored
Use codeclimate project id instead of secret
1 parent c7a0f1d commit 7998bea

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
@@ -42,7 +42,7 @@ jobs:
4242
if: ${{ matrix.node-version == '16' && matrix.os == 'ubuntu-latest' }}
4343
uses: paambaati/codeclimate-action@v3.0.0
4444
env:
45-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
45+
CC_TEST_REPORTER_ID: d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154
4646
with:
4747
coverageLocations: |
4848
${{github.workspace}}/coverage/lcov.info:lcov

0 commit comments

Comments
 (0)