https://github.com/tru updated https://github.com/llvm/llvm-project/pull/212315
>From dce4a36a3f071ba1d59ca711b82a2a3618d135ab Mon Sep 17 00:00:00 2001 From: Tom Stellard <[email protected]> Date: Mon, 27 Jul 2026 10:58:58 -0700 Subject: [PATCH] workflows/release-tasks: Fix permissions for release-documentation (#212310) (cherry picked from commit b9a7aad4a9d50b9ec60b59d197be43a973a0572c) --- .github/workflows/release-tasks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-tasks.yml b/.github/workflows/release-tasks.yml index 0b8a39868dedb..932a9ffbe8601 100644 --- a/.github/workflows/release-tasks.yml +++ b/.github/workflows/release-tasks.yml @@ -65,6 +65,10 @@ jobs: needs: - validate-tag - release-create + permissions: + contents: write + id-token: write + attestations: write uses: ./.github/workflows/release-documentation.yml with: release-version: ${{ needs.validate-tag.outputs.release-version }} _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
