Skip to content

Commit 265e189

Browse files
authored
Revert changes to coverage.yml
1 parent ab47ebc commit 265e189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Post comment
3030
uses: py-cov-action/python-coverage-comment-action@v3
3131
with:
32-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
3434
# Update those if you changed the default values:
3535
# COMMENT_ARTIFACT_NAME: python-coverage-comment-action

0 commit comments

Comments
 (0)