From 09b18c218b7e59c680dc32e650765a3362d40937 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Tue, 2 Dec 2025 12:27:42 -0500 Subject: [PATCH] ci: add pull-requests write permission for build comments Signed-off-by: Mohammed Naser --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ddcf99..ac8fb67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,7 @@ jobs: contents: read id-token: write packages: write + pull-requests: write steps: - uses: vexxhost/docker-atmosphere/.github/actions/build-image@main with: