We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bf2bc commit 7f7547bCopy full SHA for 7f7547b
2 files changed
.github/workflows/coverage.yml
@@ -29,5 +29,5 @@ 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.CODE_COVERAGE_PAT }}
33
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
.github/workflows/main.yml
@@ -105,7 +105,7 @@ jobs:
105
if: matrix.python-version == '3.12' && github.event_name == 'pull_request'
106
107
108
- GITHUB_TOKEN: ${{ github.token }}
109
110
- name: Store Pull Request comment to be posted
111
uses: actions/upload-artifact@v4
0 commit comments