Skip to content

Commit a55e953

Browse files
committed
fixup: try oidc instead
1 parent cd1e5bb commit a55e953

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
name: Node ${{ matrix.node }}, Svelte ${{ matrix.svelte }}, ${{ matrix.test-runner }}
2121
runs-on: ubuntu-latest
2222
continue-on-error: ${{ matrix.experimental }}
23+
24+
# enable OIDC for codecov uploads
25+
permissions:
26+
id-token: write
27+
2328
strategy:
2429
fail-fast: false
2530
matrix:
@@ -66,7 +71,8 @@ jobs:
6671
- name: ⬆️ Upload coverage report
6772
uses: codecov/codecov-action@v4
6873
with:
69-
token: ${{ secrets.CODECOV_TOKEN }}
74+
use_oidc: true
75+
fail_ci_if_error: true
7076

7177
build:
7278
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)