From 56631d4a9372a98dd3c3987fa217cf4641f09884 Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Thu, 20 Jul 2023 17:27:43 -0700 Subject: [PATCH] Allow workflow to create comments b/290997541 --- .github/workflows/unit_test_report.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit_test_report.yaml b/.github/workflows/unit_test_report.yaml index 466dd9cfa562e..63243c74e12ff 100644 --- a/.github/workflows/unit_test_report.yaml +++ b/.github/workflows/unit_test_report.yaml @@ -23,7 +23,8 @@ on: jobs: unit-test-report: - permissions: {} + permissions: + issues: write if: always() runs-on: ubuntu-latest name: Upload Unit Test Reports