This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push: new e57d695 build: fix retrieval of nexus credentials e57d695 is described below commit e57d6958ec0a00c540aadc3a995f88c16b22808e Author: Luca Burgazzoli <lburgazz...@gmail.com> AuthorDate: Fri Sep 25 22:20:05 2020 +0200 build: fix retrieval of nexus credentials --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7be28b6..1fc3352 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -120,7 +120,7 @@ jobs: if: github.ref == 'refs/heads/master' env: NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }} - NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PWD }} + NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }} steps: - uses: actions/checkout@v2 - name: Set up JDK 11