Skip to content

Commit

Permalink
Update build.yml (#182)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update publish-to-ghpages.yml
  • Loading branch information
osoykan authored Aug 3, 2023
1 parent c89356d commit 3a7c8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: madrapps/jacoco-report@v1.6
with:
paths: "./build/reports/jacoco/codeCoverageReport/codeCoverageReport.xml"
token: ${{ secrets.RENOVATE_TOKEN }}
token: ${{ secrets.BOT_REPO_TOKEN }}
min-coverage-overall: 40
min-coverage-changed-files: 60

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.RENOVATE_TOKEN }}
github_token: ${{ secrets.BOT_REPO_TOKEN }}
publish_dir: ./site

0 comments on commit 3a7c8be

Please sign in to comment.