Skip to content

Commit 66a7377

Browse files
committed
Fix: coveralls error
1 parent 1a6adc5 commit 66a7377

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Coveralls
5252
run: coveralls
5353
env:
54-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555

5656
coveralls-finish:
5757
name: Coveralls finish
@@ -65,7 +65,7 @@ jobs:
6565
- name: Coveralls Finished
6666
run: coveralls --finish
6767
env:
68-
GITHUB_TOKEN: ${{ secrets.PAT }}
68+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969

7070
release:
7171
name: Github Release

yhttp/ext/sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .install import install
22

33

4-
__version__ = '4.0.0'
4+
__version__ = '4.0.1'

0 commit comments

Comments
 (0)