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 9da280b Add a note about versioning
9da280b is described below
commit 9da280b17db51fea401c9bf12a52fd18a5e901e4
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Aug 22 15:43:13 2025 +0100
Add a note about versioning
---
README.md | 2 ++
upload-to-atr/README.md | 8 ++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b7c12fb..a2714e6 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ This is the repository for GitHub Actions written and
maintained by the Apache S
## Available actions
+**NOTE: We do not tag versions. You must refer to every action by its pinned
commit hash.**
+
### `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)
diff --git a/upload-to-atr/README.md b/upload-to-atr/README.md
index d2916c1..c97b4e8 100644
--- a/upload-to-atr/README.md
+++ b/upload-to-atr/README.md
@@ -1,5 +1,9 @@
# Upload to ATR with GitHub OIDC and rsync
+```
+apache/tooling-actions/upload-to-atr
+```
+
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
@@ -17,7 +21,7 @@ Status: EXPERIMENTAL
## Example workflow
-The `id-token` write permission is **required** when using this GitHub Action.
+The `id-token` write permission is **required** when using this GitHub Action.
Tagged versions of this action are not available. Replace `<COMMIT>` in this
example with your chosen commit.
```yaml
name: Upload to ATR
@@ -39,7 +43,7 @@ jobs:
./build.sh
- name: Upload to ATR
- uses: apache/tooling-actions/upload-to-atr@v1
+ uses: apache/tooling-actions/upload-to-atr@<COMMIT>
with:
asf-uid: ${{ secrets.ASF_UID }}
project: my-project
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]