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

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

commit 7b4b9eacd4a0c3923441f7088d0e4f97ac82989d
Author: Alastair McFarlane <[email protected]>
AuthorDate: Tue Jan 6 17:05:21 2026 +0000

    Fix newline issues and add new pipeline
---
 .github/workflows/distribute-test.yml | 54 +++++++++++++++++++++++++++++++++++
 atr-distribute-test/action.yml        |  3 +-
 2 files changed, 56 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/distribute-test.yml 
b/.github/workflows/distribute-test.yml
new file mode 100644
index 0000000..ee7de89
--- /dev/null
+++ b/.github/workflows/distribute-test.yml
@@ -0,0 +1,54 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+name: Distribute from ATR
+run-name: "${{ inputs.id }}"
+
+on:
+  workflow_dispatch:
+    inputs:
+      id:
+        description: 'Test run ID'
+        required: true
+      platform:
+        description: 'Distribution platform'
+        required: true
+      distribution-package:
+        description: 'Package/project name in ATR'
+        required: true
+      version:
+        description: 'Version in ATR to pull files from'
+        required: true
+      distribution-version:
+        description: 'Distribution version'
+        required: true
+
+jobs:
+  upload:
+    permissions:
+      id-token: write
+      contents: read
+    runs-on: ubuntu-latest
+    steps:
+      - name: Distribute from ATR
+        uses: 
apache/tooling-actions/atr-distribute-test@55988c3babfcd4bddf11211f7501becdd5483321
+        with:
+          platform: ${{ inputs.platform }}
+          distribution-package: ${{ inputs.distribution-package }}
+          version: ${{ inputs.version }}
+          distribution-version: ${{ inputs.distribution-version }}
+
diff --git a/atr-distribute-test/action.yml b/atr-distribute-test/action.yml
index 7c71dc3..47928a3 100644
--- a/atr-distribute-test/action.yml
+++ b/atr-distribute-test/action.yml
@@ -89,4 +89,5 @@ runs:
         INPUTS_DISTRIBUTION_PACKAGE: ${{ inputs.distribution-package }}
         INPUTS_STAGING: ${{ inputs.staging }}
         INPUTS_DETAILS: ${{ inputs.details }}
-        SSH_PRIVATE_KEY_PATH: ${{ 
steps.generate-ssh-key.outputs.ssh_private_key_path }}
\ No newline at end of file
+        SSH_PRIVATE_KEY_PATH: ${{ 
steps.generate-ssh-key.outputs.ssh_private_key_path }}
+


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

Reply via email to