From c0e4578ce8d373d6d330447c406f41ab36d22154 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: