Skip to content

Commit afd4d32

Browse files
committed
Update main.yml
1 parent 9a86a42 commit afd4d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
if: "${{ contains(env.USING_COVERAGE, matrix.python-version) && github.ref == 'refs/heads/main' }}"
5858
uses: "codecov/codecov-action@v4" # https://github.com/marketplace/actions/codecov
5959
with:
60+
token: ${{ secrets.CODECOV_TOKEN }}
61+
slug: MacHu-GWU/sqlalchemy_mate-project
6062
fail_ci_if_error: true
61-
env:
62-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)