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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 896edc938 chore(ci): setting ASF snapshot credentials
896edc938 is described below

commit 896edc938ebc8275ecb0b4dc50cf3c0eba73efd7
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Feb 9 16:51:41 2023 +0100

    chore(ci): setting ASF snapshot credentials
    
    Ref #4035
---
 .github/actions/release-nightly/action.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/actions/release-nightly/action.yml 
b/.github/actions/release-nightly/action.yml
index 83678220c..3c7694fbb 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -38,6 +38,9 @@ inputs:
 runs:
   using: "composite"
 
+  env:
+      NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}
+      NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }}
   steps:
     - name: Set up JDK ${{ inputs.javaVersion }}
       uses: actions/setup-java@v2

Reply via email to