This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/orc.git

commit 0fa1ce30f326321c0442b3a3acf4df9e80ab104c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 4 18:01:14 2020 -0800

    ORC-693: Update credential according to INFRA setup (#576)
    
    ### What changes were proposed in this pull request?
    
    This PR updates the credentials according to the direction of 
https://issues.apache.org/jira/browse/INFRA-21150 .
    
    ### Why are the changes needed?
    
    To publish snapshot.
    
    ### How was this patch tested?
    
    N/A (The snapshot publish job is triggered at commit only).
    
    (cherry picked from commit f4eeb65a6b6c6d5476bd3a9a2f7c812a4a833177)
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit b815882ff160b3238c66be5d2546564646620a10)
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit ede60440a573070fc5ff486752f4a387dae1f8d7)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/publish_snapshot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish_snapshot.yml 
b/.github/workflows/publish_snapshot.yml
index 74d8e9a..43dcd8e 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -20,5 +20,5 @@ jobs:
       with:
         directory: java
         server_id: apache.snapshots.https
-        nexus_username: ${{ secrets.nexus_username }}
-        nexus_password: ${{ secrets.nexus_password }}
+        nexus_username: ${{ secrets.NEXUS_USER }}
+        nexus_password: ${{ secrets.NEXUS_PW }}

Reply via email to