Skip to content

Commit eacbf78

Browse files
committed
Forgot the token
1 parent 3ce9000 commit eacbf78

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/coverage.yml

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

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
id: coverage_comment
120120
uses: py-cov-action/python-coverage-comment-action@v3.35
121121
with:
122+
GITHUB_TOKEN: ${{ github.token }}
122123
MERGE_COVERAGE_FILES: true
123124
ANNOTATE_MISSING_LINES: true
124125

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
artifacts: "dist/*"
3434
allowUpdates: true
3535
generateReleaseNotes: true
36+
token: ${{ github.token }}
3637

3738
- name: Publish to PyPI
3839
env:

0 commit comments

Comments
 (0)