We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3552792 commit 06c6fc7Copy full SHA for 06c6fc7
1 file changed
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
code-quality:
45
name: Code Quality
46
47
- runs-on: ubuntu-latest
+ runs-on: linux-ubuntu-latest
48
timeout-minutes: 10
49
50
strategy:
@@ -68,7 +68,7 @@ jobs:
68
unit:
69
name: unit test / python ${{ matrix.python-version }}
70
71
72
timeout-minutes: 15
73
74
permissions:
@@ -105,7 +105,7 @@ jobs:
105
if: matrix.python-version == '3.12' && github.event_name == 'pull_request'
106
uses: py-cov-action/python-coverage-comment-action@v3
107
with:
108
- GITHUB_TOKEN: ${{ secrets.CODE_COVERAGE_PAT }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109
110
- name: Store Pull Request comment to be posted
111
uses: actions/upload-artifact@v4
0 commit comments