From b9ac87ecbe2593276b50427295e2147c93240bf9 Mon Sep 17 00:00:00 2001 From: Vlado Djerek Date: Thu, 28 Sep 2023 18:36:57 +0200 Subject: [PATCH] add write to checks due to publish unit test result (#28720) * add write to checks due to publish unit test result * add pull_request write due to comment mode --- .github/workflows/beam_PostCommit_Java.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_PostCommit_Java.yml b/.github/workflows/beam_PostCommit_Java.yml index 3e3cd79e8477c..d2d3be47e45d2 100644 --- a/.github/workflows/beam_PostCommit_Java.yml +++ b/.github/workflows/beam_PostCommit_Java.yml @@ -32,8 +32,8 @@ concurrency: #Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event permissions: actions: write - pull-requests: read - checks: read + pull-requests: write + checks: write contents: read deployments: read id-token: none