Skip to content

Commit

Permalink
Add Vert.x RabbitMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed May 5, 2024
1 parent 992b48b commit c1e0038
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,21 @@ jobs:
SONA_PASSWORD: ${{secrets.SONA_PASSWORD}}
GPG_PASSPHRASE: ${{secrets.GPG_PASSPHRASE}}
GPG_PRIVATE_KEY: ${{secrets.GPG_PRIVATE_KEY}}
VertxRabbit:
uses: GuicedEE/Workflows/.github/workflows/projects.yml@master
needs:
- VertxCore
with:
baseDir: 'Vert.x/vertx-rabbitmq/'
name: 'Vert.x RabbitMQ'
publishToCentral: ${{inputs.centralRelease}}
secrets:
USERNAME: ${{secrets.USERNAME}}
USER_TOKEN: ${{secrets.USER_TOKEN}}
SONA_USERNAME: ${{secrets.SONA_USERNAME}}
SONA_PASSWORD: ${{secrets.SONA_PASSWORD}}
GPG_PASSPHRASE: ${{secrets.GPG_PASSPHRASE}}
GPG_PRIVATE_KEY: ${{secrets.GPG_PRIVATE_KEY}}



Expand Down

0 comments on commit c1e0038

Please sign in to comment.