Skip to content

Commit

Permalink
Provide CodeClimate token
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Sep 20, 2023
1 parent 41fdfb5 commit 451d428
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/csv-writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
- run: npm run coverage
- run: cat coverage/lcov.info | node_modules/.bin/coveralls
- run: codeclimate-test-reporter < coverage/lcov.info
services:
# # This item has no matching transformer
# docker:
env:
CODECLIMATE_REPO_TOKEN: ${{ secrets.CODECLIMATE_REPO_TOKEN }}

0 comments on commit 451d428

Please sign in to comment.