From 072b370598f3689967dea57d0b06bdc1ddaf6ac7 Mon Sep 17 00:00:00 2001 From: Kilian Ciuffolo <385716+kilianc@users.noreply.github.com> Date: Wed, 22 May 2024 18:36:58 -0700 Subject: [PATCH] Update tests.yaml --- .github/workflows/tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4a08c401..97c13f09 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -7,7 +7,8 @@ on: pull_request: permissions: - contents: read # to fetch code (actions/checkout) + pull-requests: write # required for posting comments + contents: write # required for git push jobs: build: