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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new c5f438db4 ci: release workflow needs `contents: write` (#4576)
c5f438db4 is described below

commit c5f438db432de8b967f5b20fd8a048a4a5ec2fe5
Author: David Li <[email protected]>
AuthorDate: Wed Jul 22 16:46:32 2026 -0700

    ci: release workflow needs `contents: write` (#4576)
---
 .github/workflows/packaging.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index f46e43b03..42720e71e 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -1256,6 +1256,8 @@ jobs:
       - python-macos
       - python-windows
       - python-sdist
+    permissions:
+      contents: write
     steps:
       - name: Get All Artifacts
         uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

Reply via email to