We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce9000 commit eacbf78Copy full SHA for eacbf78
3 files changed
.github/workflows/coverage.yml
@@ -29,4 +29,5 @@ jobs:
29
- name: Post comment
30
uses: py-cov-action/python-coverage-comment-action@v3.35
31
with:
32
+ GITHUB_TOKEN: ${{ github.token }}
33
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
.github/workflows/main.yml
@@ -119,6 +119,7 @@ jobs:
119
id: coverage_comment
120
121
122
123
MERGE_COVERAGE_FILES: true
124
ANNOTATE_MISSING_LINES: true
125
.github/workflows/release.yml
@@ -33,6 +33,7 @@ jobs:
artifacts: "dist/*"
34
allowUpdates: true
35
generateReleaseNotes: true
36
+ token: ${{ github.token }}
37
38
- name: Publish to PyPI
39
env:
0 commit comments