Javadoc updates and test containers expansion #16
This file contains hidden or 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: JWebMP WebAwesome Pro | |
| on: | |
| workflow_dispatch: | |
| push: | |
| permissions: | |
| contents: read | |
| packages: write | |
| checks: write | |
| pull-requests: write | |
| jobs: | |
| WebAwesome: | |
| uses: GuicedEE/Workflows/.github/workflows/projects.yml@master | |
| with: | |
| baseDir: '' | |
| name: 'JWebMP WebAwesome Pro' | |
| 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}} |