We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cced457 commit e08f4f2Copy full SHA for e08f4f2
.github/workflows/famedly-tests.yml
@@ -191,6 +191,8 @@ jobs:
191
needs:
192
- calculate-test-jobs
193
runs-on: ubuntu-latest
194
+ permissions:
195
+ id-token: write
196
strategy:
197
matrix:
198
job: ${{ fromJson(needs.calculate-test-jobs.outputs.trial_test_matrix) }}
@@ -256,7 +258,7 @@ jobs:
256
258
- name: Codecov - Upload coverage
257
259
uses: codecov/codecov-action@v5
260
with:
- token: ${{secrets.CODECOV_TOKEN}}
261
+ use_oidc: true
262
263
sytest:
264
if: ${{ !failure() && !cancelled() }}
0 commit comments