Skip to content

Commit 06c6fc7

Browse files
committed
fix
1 parent 3552792 commit 06c6fc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
code-quality:
4545
name: Code Quality
4646

47-
runs-on: ubuntu-latest
47+
runs-on: linux-ubuntu-latest
4848
timeout-minutes: 10
4949

5050
strategy:
@@ -68,7 +68,7 @@ jobs:
6868
unit:
6969
name: unit test / python ${{ matrix.python-version }}
7070

71-
runs-on: ubuntu-latest
71+
runs-on: linux-ubuntu-latest
7272
timeout-minutes: 15
7373

7474
permissions:
@@ -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: ${{ secrets.CODE_COVERAGE_PAT }}
108+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109

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

0 commit comments

Comments
 (0)