diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 11099fda6284e8d8b16789798ed4d6ec3c1a7138..eb0ac5583cb9a5f3d15d7cd4c604fc49c2bcbdcf 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,6 +23,8 @@ jobs:
           wget https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
           chmod ugo+x test-reporter-latest-linux-amd64
           ./test-reporter-latest-linux-amd64 before-build
+        env:
+          CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
       - name: Test
         run: |
           python setup.py install
@@ -35,3 +37,5 @@ jobs:
           ./test-reporter-latest-linux-amd64 after-build -t coverage.py
           ./test-reporter-latest-linux-amd64 format-coverage -t coverage.py -o codeclimate.json
           ./test-reporter-latest-linux-amd64 upload-coverage -i codeclimate.json
+        env:
+          CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
\ No newline at end of file
diff --git a/README.md b/README.md
index f30f3415d633bbf29fbb4551ff14c4f40479073e..6a6786778cbb0666696e211542ff11f0141e2f80 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ are supported.
 Note
 ====
 
-Active development of minijson is moved to this fork.
+Active development of **minijson** is moved to this fork.
 [Dronehub](https://github.com/Dronehub) has no interest in further developing this awesome technology.
 
 Usage