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 efb4228 Add further documentation
efb4228 is described below
commit efb4228c1ecd5e1b970f283c50d5deb913305b23
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Aug 22 15:33:39 2025 +0100
Add further documentation
---
README.md | 8 ++++++++
upload-to-atr/README.md | 2 ++
2 files changed, 10 insertions(+)
diff --git a/README.md b/README.md
index f92351a..eced94c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
# ASF Tooling Actions
This is the repository for GitHub Actions written and maintained by the Apache
Software Foundation (ASF) Tooling team. Please note that ASF Tooling is an
operational team, and, unlike Project Management Committees, it does **not**
make Board approved releases. You may also be looking for [ASF Infrastructure
Actions](https://github.com/apache/infrastructure-actions) instead.
+
+## Available actions
+
+### `apache/tooling-actions/upload-to-atr`
+
+[Upload your artifacts to ATR using OIDC and an emphemeral SSH
key.](https://github.com/apache/tooling-actions/tree/main/upload-to-atr)
+
+Status: EXPERIMENTAL
diff --git a/upload-to-atr/README.md b/upload-to-atr/README.md
index d3973bf..5f289ed 100644
--- a/upload-to-atr/README.md
+++ b/upload-to-atr/README.md
@@ -2,6 +2,8 @@
This composite GitHub Action exchanges a GitHub OIDC token for an ATR JWT,
registers a short lived SSH key, and rsyncs a local directory to ATR at
`/<project>/<version>/`. Use it to publish build artifacts to ATR without long
lived credentials.
+Status: EXPERIMENTAL
+
### Inputs
- **asf-uid (required)**: Your ASF UID used for SSH login.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]