Skip to content

Commit

Permalink
[CHORE] update secret variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nogamsung committed Feb 15, 2024
1 parent 9d1098e commit 1df7b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1df7b75

Please sign in to comment.