From ad7707c58a43481213b6f41f1c5c4a44f25e7175 Mon Sep 17 00:00:00 2001 From: zyr17 Date: Thu, 7 Sep 2023 16:15:34 +0800 Subject: [PATCH] fix: bug --- .github/workflows/pytest.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0bfc61e7..fb5ad8a3 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,9 +8,6 @@ on: jobs: test: runs-on: ubuntu-latest - env: - COVERALLS_REPO_TOKEN: ${{ secrets.TOKEN_COVERALLS }} - steps: - uses: actions/checkout@v2 @@ -31,5 +28,7 @@ jobs: - name: Upload coverage to Coveralls uses: coverallsapp/github-action@v2 - with: - github-token: ${{ secrets.TOKEN_GITHUB }} + # env: + # COVERALLS_REPO_TOKEN: ${{ secrets.TOKEN_COVERALLS }} + # with: + # github-token: ${{ secrets.TOKEN_GITHUB }}