Skip to content

Commit

Permalink
use repository secret
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Nov 3, 2024
1 parent 55ac8a2 commit db3e412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
bin/rails db:setup
- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: 74e589ede57e23f089cbbd2eee75be23a93b5ace7b5cfce58213cd3f21447147
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: bin/rails test

0 comments on commit db3e412

Please sign in to comment.