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 b89dae3 Update the API path to register an SSH key with the ATR
b89dae3 is described below
commit b89dae32245f77677d1d25ea035d5a7ebdf8c6ab
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Sep 4 15:49:32 2025 +0100
Update the API path to register an SSH key with the ATR
---
upload-to-atr/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/upload-to-atr/action.yml b/upload-to-atr/action.yml
index 0d7007d..7a3b921 100644
--- a/upload-to-atr/action.yml
+++ b/upload-to-atr/action.yml
@@ -60,7 +60,7 @@ runs:
set -euxo pipefail
jq -n --arg jwt "$JWT" --arg key "$SSH_PUBLIC_KEY" '{jwt:$jwt,
ssh_key:$key}' |
curl -sS -X POST -H 'Content-Type: application/json' \
- -d @- "https://${INPUTS_ATR_HOST}/api/jwt/github"
+ -d @- "https://${INPUTS_ATR_HOST}/api/github/ssh/register"
env:
INPUTS_ATR_HOST: ${{ inputs.atr-host }}
JWT: ${{ steps.create-github-jwt.outputs.jwt }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]