Skip to content

Commit 7f7547b

Browse files
committed
update secret
1 parent 63bf2bc commit 7f7547b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Post comment
3030
uses: py-cov-action/python-coverage-comment-action@v3
3131
with:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
GITHUB_TOKEN: ${{ secrets.CODE_COVERAGE_PAT }}
3333
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
if: matrix.python-version == '3.12' && github.event_name == 'pull_request'
106106
uses: py-cov-action/python-coverage-comment-action@v3
107107
with:
108-
GITHUB_TOKEN: ${{ github.token }}
108+
GITHUB_TOKEN: ${{ secrets.CODE_COVERAGE_PAT }}
109109

110110
- name: Store Pull Request comment to be posted
111111
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)