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 }}