You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2023/12/19 14:10:39 UTC

(commons-crypto) branch master updated: Forgot to include the credentials

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new e7011ebd Forgot to include the credentials
e7011ebd is described below

commit e7011ebdd62dd6bad8c98b0fee19fc8a7711da0a
Author: Sebb <se...@apache.org>
AuthorDate: Tue Dec 19 14:10:31 2023 +0000

    Forgot to include the credentials
---
 .github/workflows/maven_crosstest.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/maven_crosstest.yml b/.github/workflows/maven_crosstest.yml
index 4d9c9735..a5a5c382 100644
--- a/.github/workflows/maven_crosstest.yml
+++ b/.github/workflows/maven_crosstest.yml
@@ -128,6 +128,9 @@ jobs:
           key: ${{ env.CACHE-LINUX }}
           path: target
       - name: Package and deploy to Maven Central on macOS
+        env:
+          NEXUS_USER: ${{ secrets.NEXUS_USER }}
+          NEXUS_PW: ${{ secrets.NEXUS_PW }}
         run: |
           ls -l target
           mvn -V -B -ntp package deploy