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

arm pushed a commit to branch arm
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/arm by this push:
     new 21a8560c Remove ability to push custom args into GH workflows - 
unnecessary. Closes #771
21a8560c is described below

commit 21a8560c608a40b84d52217da6489e076c999b21
Author: Alastair McFarlane <[email protected]>
AuthorDate: Tue Mar 10 09:42:28 2026 +0000

    Remove ability to push custom args into GH workflows - unnecessary. Closes 
#771
---
 atr/tasks/gha.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/atr/tasks/gha.py b/atr/tasks/gha.py
index 280e1ca4..5fc42607 100644
--- a/atr/tasks/gha.py
+++ b/atr/tasks/gha.py
@@ -160,9 +160,10 @@ async def trigger_workflow(args: DistributionWorkflow, *, 
task_id: int | None =
             "distribution-owner-namespace": args.namespace,
             "distribution-package": args.package,
             "distribution-version": args.version,
-            **args.arguments,
+            # **args.arguments,
         },
     }
+
     headers = {"Accept": "application/vnd.github+json", "Authorization": 
f"Bearer {config.get().GITHUB_TOKEN}"}
     log.info(
         f"Triggering Github workflow apache/tooling-actions/{workflow} with 
args: {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to