Skip to content

Commit e08f4f2

Browse files
committed
ci: use oidc for codecov access
1 parent cced457 commit e08f4f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/famedly-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ jobs:
191191
needs:
192192
- calculate-test-jobs
193193
runs-on: ubuntu-latest
194+
permissions:
195+
id-token: write
194196
strategy:
195197
matrix:
196198
job: ${{ fromJson(needs.calculate-test-jobs.outputs.trial_test_matrix) }}
@@ -256,7 +258,7 @@ jobs:
256258
- name: Codecov - Upload coverage
257259
uses: codecov/codecov-action@v5
258260
with:
259-
token: ${{secrets.CODECOV_TOKEN}}
261+
use_oidc: true
260262

261263
sytest:
262264
if: ${{ !failure() && !cancelled() }}

0 commit comments

Comments
 (0)