This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new f8f246a9f5 [GH-2586] Use persist-credentials true for docs build 
(#2587)
f8f246a9f5 is described below

commit f8f246a9f50098e4308280f4bf22d3e7f4105814
Author: John Bampton <[email protected]>
AuthorDate: Fri Jan 9 16:38:49 2026 +1000

    [GH-2586] Use persist-credentials true for docs build (#2587)
---
 .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:

Reply via email to