You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/02/09 15:59:57 UTC

[camel-k] branch main updated: chore(ci): setting ASF snapshot credentials

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 <pa...@gmail.com>
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