From 4f8534979cbb87c0df19ad3324f8bbadd064b3f2 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Sat, 14 May 2022 21:03:26 +0200 Subject: [PATCH] Added secrets for codeclimate --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0cadb5e..5f0792c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: author_email: "morty.space@gmail.com" author_name: "Morty Space" directory: './src' - message: "[JOB] Updated API pairs and coins" + message: "[BOT] Updated API pairs and coins" github_token: ${{ secrets.GITHUB_TOKEN }} - name: Prepare codeclimate run: | @@ -77,4 +77,4 @@ jobs: - name: Test code run: . activate.sh && poetry run pytest -v --cov . --cov-report xml:coverage.xml - name: Send codeclimate analytics - run: ./cc-test-reporter after-build --exit-code $? + run: ./cc-test-reporter after-build -r ${{ secrets.CC_TEST_REPORTER_ID }} --exit-code $?