We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdba9d commit 5cc1655Copy full SHA for 5cc1655
.github/workflows/release.yml
@@ -8,6 +8,9 @@ jobs:
8
9
if: github.actor == github.event.repository.owner.login
10
11
+ env:
12
+ MAVEN_REPO_USERNAME: ${{ secrets.nexus_username }}
13
+ MAVEN_REPO_PASSWORD: ${{ secrets.nexus_password }}
14
steps:
15
- uses: actions/checkout@v2
16
with:
0 commit comments