diff --git a/.github/workflows/develop-ci.yaml b/.github/workflows/develop-ci.yaml index eaa492d..2b8f44b 100644 --- a/.github/workflows/develop-ci.yaml +++ b/.github/workflows/develop-ci.yaml @@ -64,7 +64,7 @@ jobs: coverage_results_path: build/reports/jacoco/test/jacocoTestReport.xml coverage_report_name: Coverage coverage_report_title: JaCoCo - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GIT_TOKEN }} skip_check_run: false minimum_coverage: 90 fail_below_threshold: true diff --git a/.github/workflows/master-ci.yaml b/.github/workflows/master-ci.yaml index 0555c49..4feae8c 100644 --- a/.github/workflows/master-ci.yaml +++ b/.github/workflows/master-ci.yaml @@ -64,7 +64,7 @@ jobs: coverage_results_path: build/reports/jacoco/test/jacocoTestReport.xml coverage_report_name: Coverage coverage_report_title: JaCoCo - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GIT_TOKEN }} skip_check_run: false minimum_coverage: 90 fail_below_threshold: true