Merge pull request #90 from cip4/dependabot/gradle/org.mockito-mockit… #98
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Snapshot | |
# This build process is triggered in case changes are being pushed to the master branch. | |
# This process takes the latest master changes, build and test the new version and finally publish the artifacts | |
# to the Central Maven SNAPSHOT Repository. | |
on: | |
push: | |
branches: [ master] | |
jobs: | |
call-snapshot: | |
name: 🏭 | |
uses: cip4/.github/.github/workflows/library-snapshot.yml@master | |
with: | |
java-version: 11 | |
codecov-enabled: true | |
secrets: | |
SIGNING_KEY: ${{ secrets.SIGNING_KEY }} | |
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }} | |
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }} | |
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }} | |
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }} |