From 5a6f03e7b482f7f26df6361fb88e5b36e4abb1b3 Mon Sep 17 00:00:00 2001 From: Miguel Prieto Date: Wed, 18 Sep 2024 17:28:11 -0400 Subject: [PATCH] Allow tests workflow to update the PR status --- .github/workflows/java-client-v4-integration-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/java-client-v4-integration-tests.yml b/.github/workflows/java-client-v4-integration-tests.yml index 942c3667c..65d84e310 100644 --- a/.github/workflows/java-client-v4-integration-tests.yml +++ b/.github/workflows/java-client-v4-integration-tests.yml @@ -6,6 +6,10 @@ on: types: - completed +# allow this workflow to update the status of the PR that triggered it +permissions: + statuses: write + jobs: integrations-tests: runs-on: ubuntu-latest