This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch squakez-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit a5b911dbb783f8a6ba65a629ff3c453258019340 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
