Skip to content

Commit dfdba9d

Browse files
authored
Update snapshot.yml
1 parent eea1607 commit dfdba9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
if: "!contains(github.event.head_commit.message, '[maven-release-plugin] prepare')"
13-
13+
env:
14+
MAVEN_REPO_USERNAME: ${{ secrets.nexus_username }}
15+
MAVEN_REPO_PASSWORD: ${{ secrets.nexus_password }}
1416
steps:
1517
- uses: actions/checkout@v2
1618
- name: Set up JDK 17

0 commit comments

Comments
 (0)