This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new 619a368a ci: fix lint on release workflow (#982)
619a368a is described below
commit 619a368a516aa76b76d0019d3682e01e38e9e1ae
Author: Matt Topol <[email protected]>
AuthorDate: Wed Jul 22 10:56:35 2026 -0400
ci: fix lint on release workflow (#982)
---
.github/workflows/release.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f410ba96..a9d90a15 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -24,7 +24,6 @@ on:
permissions:
contents: write
discussions: write
-
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs: