We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fc2ef commit 31005c0Copy full SHA for 31005c0
.github/workflows/check-build-deploy.yaml
@@ -133,6 +133,8 @@ jobs:
133
pytest:
134
needs: [uv-check]
135
runs-on: ubuntu-latest
136
+ permissions:
137
+ id-token: write
138
env:
139
UV_NO_SYNC: true
140
UV_FROZEN: true
@@ -171,13 +173,13 @@ jobs:
171
173
if: ${{ !cancelled() }}
172
174
uses: codecov/test-results-action@v1
175
with:
- token: ${{ secrets.CODECOV_TOKEN }}
176
+ use_oidc: true
177
178
- name: Upload coverage report to Codecov
179
uses: codecov/codecov-action@v5
180
181
182
183
184
ruff-lint:
185
0 commit comments