From f9718d9224e605e5aa8cd19eea6516db07c31ae0 Mon Sep 17 00:00:00 2001 From: Tim Haines <> Date: Thu, 23 Jul 2026 15:06:22 -0500 Subject: [PATCH] Allow writing of statuses for cdash-status action --- .github/workflows/cdash-status.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cdash-status.yml b/.github/workflows/cdash-status.yml index ceea7a6..8e48d34 100644 --- a/.github/workflows/cdash-status.yml +++ b/.github/workflows/cdash-status.yml @@ -6,6 +6,8 @@ on: jobs: cdash-status: runs-on: ubuntu-latest + permissions: + statuses: write steps: - uses: kitware/cdash-status@51f300cc37b887b89cf658543c0465b65c41b25b with: