From 8f953f58beb9639d55a4c9f291e028afb7a98777 Mon Sep 17 00:00:00 2001 From: Kwabena Amponsah Date: Mon, 8 Jun 2026 10:42:55 +0100 Subject: [PATCH] Grant contents: write and pull-requests: write to record job in build workflows Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/build-boost.yml | 1 + .github/workflows/build-hdf5.yml | 1 + .github/workflows/build-petsc.yml | 1 + .github/workflows/build-sundials.yml | 1 + .github/workflows/build-vtk.yml | 1 + .github/workflows/build-xercesc.yml | 1 + .github/workflows/build-xsd.yml | 1 + 7 files changed, 7 insertions(+) diff --git a/.github/workflows/build-boost.yml b/.github/workflows/build-boost.yml index 6f903f18..c2fb7423 100644 --- a/.github/workflows/build-boost.yml +++ b/.github/workflows/build-boost.yml @@ -72,6 +72,7 @@ jobs: if: github.ref == 'refs/heads/main' permissions: contents: write + pull-requests: write uses: ./.github/workflows/update-monitored-versions.yml with: dependency: boost diff --git a/.github/workflows/build-hdf5.yml b/.github/workflows/build-hdf5.yml index 6dcf3f93..721bf178 100644 --- a/.github/workflows/build-hdf5.yml +++ b/.github/workflows/build-hdf5.yml @@ -72,6 +72,7 @@ jobs: if: github.ref == 'refs/heads/main' permissions: contents: write + pull-requests: write uses: ./.github/workflows/update-monitored-versions.yml with: dependency: hdf5 diff --git a/.github/workflows/build-petsc.yml b/.github/workflows/build-petsc.yml index 03d76406..99d7cbc9 100644 --- a/.github/workflows/build-petsc.yml +++ b/.github/workflows/build-petsc.yml @@ -83,6 +83,7 @@ jobs: if: github.ref == 'refs/heads/main' permissions: contents: write + pull-requests: write uses: ./.github/workflows/update-monitored-versions.yml with: dependency: petsc diff --git a/.github/workflows/build-sundials.yml b/.github/workflows/build-sundials.yml index 50be5551..8fb4e4be 100644 --- a/.github/workflows/build-sundials.yml +++ b/.github/workflows/build-sundials.yml @@ -73,6 +73,7 @@ jobs: if: github.ref == 'refs/heads/main' permissions: contents: write + pull-requests: write uses: ./.github/workflows/update-monitored-versions.yml with: dependency: sundials diff --git a/.github/workflows/build-vtk.yml b/.github/workflows/build-vtk.yml index 12f4b40a..491c1079 100644 --- a/.github/workflows/build-vtk.yml +++ b/.github/workflows/build-vtk.yml @@ -73,6 +73,7 @@ jobs: if: github.ref == 'refs/heads/main' permissions: contents: write + pull-requests: write uses: ./.github/workflows/update-monitored-versions.yml with: dependency: vtk diff --git a/.github/workflows/build-xercesc.yml b/.github/workflows/build-xercesc.yml index bbf7f79a..5f15e04a 100644 --- a/.github/workflows/build-xercesc.yml +++ b/.github/workflows/build-xercesc.yml @@ -72,6 +72,7 @@ jobs: if: github.ref == 'refs/heads/main' permissions: contents: write + pull-requests: write uses: ./.github/workflows/update-monitored-versions.yml with: dependency: xercesc diff --git a/.github/workflows/build-xsd.yml b/.github/workflows/build-xsd.yml index c3a0fa4f..e32336f6 100644 --- a/.github/workflows/build-xsd.yml +++ b/.github/workflows/build-xsd.yml @@ -72,6 +72,7 @@ jobs: if: github.ref == 'refs/heads/main' permissions: contents: write + pull-requests: write uses: ./.github/workflows/update-monitored-versions.yml with: dependency: xsd