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 eea1607 commit dfdba9dCopy full SHA for dfdba9d
.github/workflows/snapshot.yml
@@ -10,7 +10,9 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
if: "!contains(github.event.head_commit.message, '[maven-release-plugin] prepare')"
13
-
+ env:
14
+ MAVEN_REPO_USERNAME: ${{ secrets.nexus_username }}
15
+ MAVEN_REPO_PASSWORD: ${{ secrets.nexus_password }}
16
steps:
17
- uses: actions/checkout@v2
18
- name: Set up JDK 17
0 commit comments