From a3f622cdf6967c5bf9be565afbfb03c1e2ebfcb4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 30 Dec 2022 00:49:43 -0700 Subject: [PATCH] Update to run action --- .github/workflows/code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index e9eb3065..0549d006 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -56,5 +56,5 @@ jobs: if: steps.verify-changed-files.outputs.files_changed == 'true' uses: ad-m/github-push-action@master with: - github_token: ${{ github.token }} + github_token: ${{ secrets.PAT_TOKEN }} branch: ${{ github.head_ref }}