Skip to content

Commit

Permalink
Update to run action
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 30, 2022
1 parent f309e38 commit a3f622c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Expand Up @@ -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 }}

0 comments on commit a3f622c

Please sign in to comment.