We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7547b commit 3552792Copy full SHA for 3552792
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.CODE_COVERAGE_PAT }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
.github/workflows/main.yml
@@ -116,7 +116,7 @@ jobs:
116
117
build:
118
name: Build and Verify Packages
119
- runs-on: ubuntu-latest
+ runs-on: linux-ubuntu-latest
120
121
steps:
122
- name: Check out the repository
0 commit comments