From ea33bec451f6120656d66c16475f6b44143e9bf0 Mon Sep 17 00:00:00 2001 From: Young Bu Park Date: Wed, 3 Apr 2024 22:10:09 -0700 Subject: [PATCH] Allow codecov to create comment (#7443) --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f809b982f0..e4564dd630 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,6 +31,7 @@ on: permissions: id-token: write # Required for requesting the JWT contents: write # Required for creating releases + issues: write # Required for creating comments checks: write # Required for updating check runs pull-requests: write # Required for updating pull requests packages: write # Required for uploading the package