From eb4170f1d365ea21b2ad31302f9c2592d7780be6 Mon Sep 17 00:00:00 2001 From: sshusainTRI <92397275+sshusainTRI@users.noreply.github.com> Date: Tue, 16 Nov 2021 15:35:07 -0500 Subject: [PATCH] ci: fix admin access for coverage workflow (#58) --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e9e0cdae..2682b347 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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}}