Skip to content

Commit

Permalink
fix: updated github token
Browse files Browse the repository at this point in the history
  • Loading branch information
edwin-focaloid committed Aug 1, 2023
1 parent d2dd0d2 commit 12206d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: always()
uses: slavcodev/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.CI_GITHUB_TOKEN }}
clover_file: coverage/clover.xml
threshold_alert: 50
threshold_warning: 75
Expand All @@ -39,5 +39,5 @@ jobs:
if: always()
uses: ataylorme/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
repo-token: '${{ secrets.CI_GITHUB_TOKEN }}'
report-json: 'eslint_report.json'

0 comments on commit 12206d3

Please sign in to comment.