We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d862f53 commit 5dfba57Copy full SHA for 5dfba57
.github/workflows/test.yml
@@ -6,6 +6,8 @@ jobs:
6
test-package:
7
name: Test Package (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ id-token: write # Required for Codecov OIDC token
11
strategy:
12
fail-fast: false
13
matrix:
@@ -63,6 +65,7 @@ jobs:
63
65
uses: codecov/codecov-action@v3
64
66
with:
67
name: Python ${{ matrix.python-version }}
68
+ use_oidc: true
69
70
test-demo-rp:
71
name: Test Demo Relying Party
0 commit comments