Skip to content

Commit

Permalink
Merge pull request #126 from mfogel/mfogel/update-codecov-token
Browse files Browse the repository at this point in the history
Use codecov private token
  • Loading branch information
mfogel authored Apr 24, 2024
2 parents 4207dc0 + e9d652e commit f0b0f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ jobs:
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: PYTHON_VERSION,DJANGO_VERSION,DB_ENGINE
fail_ci_if_error: true

Expand Down

0 comments on commit f0b0f76

Please sign in to comment.