From 5203460bfa44c82ad4b225fe911a1cf4fdcfe077 Mon Sep 17 00:00:00 2001 From: AsafMah Date: Tue, 6 Feb 2024 17:02:03 +0200 Subject: [PATCH] Update build.yml (#224) --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d09bb0f5..823f8a21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,7 +80,10 @@ jobs: needs: build runs-on: ubuntu-latest if: always() - + permissions: + checks: write + pull-requests: write + steps: - name: Download Artifacts uses: actions/download-artifact@v2