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 5dbae07 Try to fix settings
5dbae07 is described below
commit 5dbae07cb5da09b75f99555a32f4ff89f7d55f97
Author: Alastair McFarlane <[email protected]>
AuthorDate: Fri Jan 16 15:12:55 2026 +0000
Try to fix settings
---
.github/workflows/distribute-maven-stg.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/distribute-maven-stg.yml
b/.github/workflows/distribute-maven-stg.yml
index 36dfe9d..2361ca6 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -72,8 +72,8 @@ jobs:
<servers>
<server>
<id>rao3</id>
- <username>${env.RAO_USERNAME}</username>
- <password>${env.RAO_PASSWORD}</password>
+ <username>${RAO_USERNAME}</username>
+ <password>${RAO_PASSWORD}</password>
<configuration>
<njord.publisher>sonatype-nx3</njord.publisher>
<njord.publisher.sonatype-nx3.baseUrl>https://repository.apache.org:4443/</njord.publisher.sonatype-nx3.baseUrl>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]