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


The following commit(s) were added to refs/heads/main by this push:
     new 130533f  Use distribute register instead of publish
130533f is described below

commit 130533fd09aa160eadbb5c8e4445bb38108aa3d6
Author: Alastair McFarlane <[email protected]>
AuthorDate: Tue Jan 13 16:26:42 2026 +0000

    Use distribute register instead of publish
---
 .github/workflows/distribute-maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/distribute-maven.yml 
b/.github/workflows/distribute-maven.yml
index 4d0cd00..a3b626e 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -85,7 +85,7 @@ jobs:
               --arg key "$SSH_PUBLIC_KEY" \
               '{publisher:$publisher, jwt:$jwt, ssh_key:$key}' |
           curl -sS --fail-with-body -X POST -H 'Content-Type: 
application/json' -d @- \
-            "https://${ATR_HOST}/api/publisher/ssh/register";
+            "https://${ATR_HOST}/api/distribute/ssh/register";
       env:
         JWT: ${{ steps.create-github-jwt.outputs.jwt }}
         SSH_PUBLIC_KEY: ${{ steps.generate-ssh-key.outputs.ssh_public_key }}


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

Reply via email to