Skip to content

Commit

Permalink
Use OIDC for codecov
Browse files Browse the repository at this point in the history
I'm not entirely sure why this isn't the default! This requires OIDC to
be turned on, so no clue if this'll work — I don't have permission to
view the admin panel for this repo on codecov any more!
  • Loading branch information
SquidDev committed Oct 27, 2024
1 parent 0da906f commit e334228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:

- name: 📤 Upload coverage
uses: codecov/codecov-action@v4
with:
use_oidc: true

build-core:
strategy:
Expand Down

0 comments on commit e334228

Please sign in to comment.