@@ -203,7 +203,6 @@ jobs:
203203 uses : ./.github/actions/fetch-test-reporter
204204 with :
205205 token : ${{ github.server_url == 'https://github.com' && github.token || '' }}
206- secrets :
207206 deepsource-dsn : ${{ github.server_url == 'https://github.com' && secrets.DEEPSOURCE_DSN || '' }}
208207 coveralls-token : ${{ github.server_url == 'https://github.com' && secrets.COVERALLS_REPO_TOKEN || '' }}
209208 codeclimate-token : ${{ github.server_url == 'https://github.com' && secrets.CODECLIMATE_REPO_TOKEN || '' }}
@@ -260,7 +259,6 @@ jobs:
260259 os : ${{ runner.os }}
261260 python-version : ${{ matrix.python-version }}
262261 job_code : ${{ needs.check_mats.outputs.tests_id }}
263- secrets :
264262 deepsource-dsn : ${{ github.server_url == 'https://github.com' && secrets.DEEPSOURCE_DSN || '' }}
265263 coveralls-token : ${{ github.server_url == 'https://github.com' && secrets.COVERALLS_REPO_TOKEN || '' }}
266264 codeclimate-token : ${{ github.server_url == 'https://github.com' && secrets.CODECLIMATE_REPO_TOKEN || '' }}
@@ -272,7 +270,6 @@ jobs:
272270 uses : ./.github/actions/purge-test-reporter
273271 with :
274272 token : ${{ github.server_url == 'https://github.com' && github.token || '' }}
275- secrets :
276273 deepsource-dsn : ${{ github.server_url == 'https://github.com' && secrets.DEEPSOURCE_DSN || '' }}
277274 coveralls-token : ${{ github.server_url == 'https://github.com' && secrets.COVERALLS_REPO_TOKEN || '' }}
278275 codeclimate-token : ${{ github.server_url == 'https://github.com' && secrets.CODECLIMATE_REPO_TOKEN || '' }}
@@ -482,7 +479,6 @@ jobs:
482479 uses : ./.github/actions/fetch-test-reporter
483480 with :
484481 token : ${{ github.server_url == 'https://github.com' && github.token || '' }}
485- secrets :
486482 deepsource-dsn : ${{ github.server_url == 'https://github.com' && secrets.DEEPSOURCE_DSN || '' }}
487483 coveralls-token : ${{ github.server_url == 'https://github.com' && secrets.COVERALLS_REPO_TOKEN || '' }}
488484 codeclimate-token : ${{ github.server_url == 'https://github.com' && secrets.CODECLIMATE_REPO_TOKEN || '' }}
@@ -519,7 +515,6 @@ jobs:
519515 os : ${{ runner.os }}
520516 python-version : ${{ matrix.python-version }}
521517 job_code : ${{ needs.check_mats.outputs.tests_id }}
522- secrets :
523518 deepsource-dsn : ${{ github.server_url == 'https://github.com' && secrets.DEEPSOURCE_DSN || '' }}
524519 coveralls-token : ${{ github.server_url == 'https://github.com' && secrets.COVERALLS_REPO_TOKEN || '' }}
525520 codeclimate-token : ${{ github.server_url == 'https://github.com' && secrets.CODECLIMATE_REPO_TOKEN || '' }}
@@ -531,7 +526,6 @@ jobs:
531526 uses : ./.github/actions/purge-test-reporter
532527 with :
533528 token : ${{ github.server_url == 'https://github.com' && github.token || '' }}
534- secrets :
535529 deepsource-dsn : ${{ github.server_url == 'https://github.com' && secrets.DEEPSOURCE_DSN || '' }}
536530 coveralls-token : ${{ github.server_url == 'https://github.com' && secrets.COVERALLS_REPO_TOKEN || '' }}
537531 codeclimate-token : ${{ github.server_url == 'https://github.com' && secrets.CODECLIMATE_REPO_TOKEN || '' }}
@@ -839,8 +833,6 @@ jobs:
839833 BRANCH_NAME : ${{ needs.check_mats.outputs.mats_ref_name }}
840834 VCS_BRANCH_NAME : ${{ needs.check_mats.outputs.build_ref_name }}
841835 VCS_COMMIT_ID : ${{ needs.check_mats.outputs.build_sha }}
842- CODECLIMATE_REPO_TOKEN : ${{ secrets.CODECLIMATE_REPO_TOKEN }}
843- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
844836 outputs :
845837 integration_outcome : ${{ steps.integration_outcome.outcome }}
846838 integration_test_outcome : ${{ steps.integration_tests.outputs.integration_test_outcome }}
0 commit comments