From f5f30fd4de42008200455c8a37f6d9fe8da46517 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 9 Jan 2026 16:14:56 +1000 Subject: [PATCH] [GH-2586] Use persist-credentials true for docs build --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d9f806d3c8..ec96f41109 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - persist-credentials: false + persist-credentials: true # zizmor: ignore[credential-persistence] - name: Set up Java uses: actions/setup-java@v5 with: