From 934246627a1b54fa481a648786fb1c784340643a Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 19 Nov 2025 18:00:08 -0800 Subject: [PATCH] Another release workflow fix (#15394) --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33bdac14ebfe..ea02f80f03ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -202,7 +202,8 @@ jobs: documentation-audit: permissions: - issues: write # for workflow-notification job + contents: read + issues: write needs: - release uses: ./.github/workflows/documentation-synchronization-audit.yml