Skip to content

Commit

Permalink
ci: use explicit codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jul 5, 2024
1 parent 0b1ecdf commit 7265d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
if: always()
needs: [test]
uses: pyapp-kit/workflows/.github/workflows/upload-coverage.yml@v2
secrets: inherit
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

test-dependents:
uses: pyapp-kit/workflows/.github/workflows/test-dependents.yml@v2
Expand Down

0 comments on commit 7265d41

Please sign in to comment.