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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2f1ceb3  Use fewer parameters in the example workflow
2f1ceb3 is described below

commit 2f1ceb3a144fcfcfdcd4406a1276ddece3890042
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Aug 22 15:45:48 2025 +0100

    Use fewer parameters in the example workflow
---
 upload-to-atr/README.md | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/upload-to-atr/README.md b/upload-to-atr/README.md
index c97b4e8..70f6405 100644
--- a/upload-to-atr/README.md
+++ b/upload-to-atr/README.md
@@ -45,14 +45,9 @@ jobs:
       - name: Upload to ATR
         uses: apache/tooling-actions/upload-to-atr@<COMMIT>
         with:
-          asf-uid: ${{ secrets.ASF_UID }}
-          project: my-project
+          asf-uid: username
+          project: example
           version: ${{ github.ref_name }}
-          src: dist
-          audience: atr-test
-          atr-host: release-test.apache.org
-          ssh-port: '2222'
-          rsync-args: -av
 ```
 
 ## Further details


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

Reply via email to