We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923e3fc commit c817c2cCopy full SHA for c817c2c
1 file changed
.github/workflows/services.yml
@@ -157,8 +157,16 @@ jobs:
157
run: |
158
mvn --batch-mode deploy
159
working-directory: core/java
160
+ env:
161
+ MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
162
+ MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
163
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
164
- name: Deploy quarkus-mongo release
165
if: ${{ success() }}
166
167
168
working-directory: common-quarkus-mongo
169
170
171
172
0 commit comments