Skip to content

Commit

Permalink
add write to checks due to publish unit test result (#28720)
Browse files Browse the repository at this point in the history
* add write to checks due to publish unit test result

* add pull_request write due to comment mode
  • Loading branch information
volatilemolotov authored Sep 28, 2023
1 parent dda0eb9 commit b9ac87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beam_PostCommit_Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9ac87e

Please sign in to comment.