Skip to content

Commit

Permalink
CI: Explicitly configure CODECOV_TOKEN to mitigate intermittent 404…
Browse files Browse the repository at this point in the history
… problems

Reference: #451
  • Loading branch information
amotl committed Oct 10, 2022
1 parent cb7bd4c commit d234128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
CRATEDB_VERSION: ${{ matrix.cratedb-version }}
SQLALCHEMY_VERSION: ${{ matrix.sqla-version }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d234128

Please sign in to comment.