Skip to content

Commit

Permalink
ci: fix admin access for coverage workflow (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshusainTRI authored Nov 16, 2021
1 parent 998feae commit eb4170f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: ad-m/github-push-action@master
with:
force: true
github_token: ${{ secrets.github_token }}
github_token: ${{ secrets.GIT_ADMIN_WORKFLOW_TOKEN }}
branch: ${{ github.event.pull_request.head.repo.full_name }}
- name: Coverage total fail - exit
if: ${{github.event_name == 'pull_request' && steps.coverage-installer.outputs.coverageScore < env.COVERAGE_TOTAL}}
Expand Down

0 comments on commit eb4170f

Please sign in to comment.