Skip to content

Commit 6863d82

Browse files
authored
chore: defer codecov notify until all jobs done (django-oauth#1616)
1 parent ef7ca6d commit 6863d82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ jobs:
123123
- test-demo-rp
124124
runs-on: ubuntu-latest
125125
name: Codecov Notify
126+
permissions:
127+
id-token: write # Required for Codecov OIDC token
126128
steps:
127129
# - tell codecov to send notifications now that all jobs are complete.
128130
# without this, codecov may notify before all coverage reports have been uploaded.

0 commit comments

Comments
 (0)