From 8c10d4037b3e96bd271b8f31bee7ea9d0d8ab609 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sun, 21 Jun 2026 06:20:05 -0400 Subject: [PATCH] Revert per-repo docs permissions block (superseded by SciML/.github#102) The centralized documentation.yml reusable now sets permissions: contents:write (SciML/.github#102), so this repo's caller no longer needs its own permissions block. Merge ONLY after #102 is merged and v1 is retagged (otherwise the gh-pages deploy 403s again in the gap). Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/Documentation.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index ce73e3a..349b146 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -10,9 +10,5 @@ on: jobs: build: - permissions: - actions: write - contents: write - statuses: write uses: "SciML/.github/.github/workflows/documentation.yml@v1" secrets: "inherit"