Skip to content

Commit 9698fd1

Browse files
committed
.
1 parent e08cea1 commit 9698fd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010

1111
permissions:
1212
contents: read
13-
id-token: write
1413

1514
jobs:
1615
unit:
@@ -38,4 +37,4 @@ jobs:
3837
with:
3938
files: coverage.out
4039
fail_ci_if_error: true
41-
use_oidc: true
40+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)