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 af11ba2434 Revert "[CI] gha: set default workflow permissions (#1976)"
af11ba2434 is described below

commit af11ba243477d54f95c2b86ab9494e8cad076c13
Author: Jia Yu <[email protected]>
AuthorDate: Sat Jun 7 18:28:20 2025 -0700

    Revert "[CI] gha: set default workflow permissions (#1976)"
    
    This reverts commit adb2b0e9a094ec1f10e6bbbf018976c6c590a4ac.
---
 .github/workflows/docs.yml              | 3 ---
 .github/workflows/first-interaction.yml | 3 ---
 .github/workflows/pyflink.yml           | 3 ---
 .github/workflows/python-wheel.yml      | 3 ---
 .github/workflows/r.yml                 | 3 ---
 5 files changed, 15 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index f9ca1bc7db..ef6fd8b9a2 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -26,9 +26,6 @@ on:
     branches:
       - '*'
 
-permissions:
-  contents: read
-
 env:
   MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
 
diff --git a/.github/workflows/first-interaction.yml 
b/.github/workflows/first-interaction.yml
index d23ecd7107..ef8dcd6da9 100644
--- a/.github/workflows/first-interaction.yml
+++ b/.github/workflows/first-interaction.yml
@@ -23,9 +23,6 @@ on:
   pull_request:
     types: [opened]
 
-permissions:
-  contents: read
-
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
diff --git a/.github/workflows/pyflink.yml b/.github/workflows/pyflink.yml
index 2d4d103574..572fec4051 100644
--- a/.github/workflows/pyflink.yml
+++ b/.github/workflows/pyflink.yml
@@ -39,9 +39,6 @@ on:
       - 'python/**'
       - '.github/workflows/pyflink.yml'
 
-permissions:
-  contents: read
-
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: true
diff --git a/.github/workflows/python-wheel.yml 
b/.github/workflows/python-wheel.yml
index 850b0e11cd..c0ccc0db67 100644
--- a/.github/workflows/python-wheel.yml
+++ b/.github/workflows/python-wheel.yml
@@ -39,9 +39,6 @@ on:
       - 'python/**'
       - '.github/workflows/python-wheel.yml'
 
-permissions:
-  contents: read
-
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index d57ebd0968..55951c4036 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -39,9 +39,6 @@ on:
       - 'R/**'
       - '.github/workflows/r.yml'
 
-permissions:
-  contents: read
-
 env:
   MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
   DO_NOT_TRACK: true

Reply via email to