From d76cbe40304b4bf007d3eb46acee403983290fea Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Wed, 15 Jul 2026 09:10:46 +0800 Subject: [PATCH] fix: add id-token write permission for codecov OIDC authentication --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3320f81..1ad69394 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ permissions: actions: read checks: write pull-requests: write + id-token: write env: CARGO_TERM_COLOR: always