We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65d4b6 commit ab47ebcCopy full SHA for ab47ebc
.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Post comment
30
uses: py-cov-action/python-coverage-comment-action@v3
31
with:
32
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
33
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
34
# Update those if you changed the default values:
35
# COMMENT_ARTIFACT_NAME: python-coverage-comment-action
0 commit comments