feat: add UseCaseMatcher for improved use case classification and int… #635
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
| # SPDX-FileCopyrightText: 2025 Deutsche Telekom AG and others | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: CI | |
| on: | |
| push: | |
| branches: [ main ] | |
| jobs: | |
| CI: | |
| uses: eclipse-lmos/.github/.github/workflows/gradle-ci-main.yml@main | |
| permissions: | |
| contents: write | |
| packages: write | |
| secrets: | |
| oss-username: ${{ secrets.CENTRAL_SONATYPE_TOKEN_USERNAME }} | |
| oss-password: ${{ secrets.CENTRAL_SONATYPE_TOKEN_PASSWORD }} | |
| signing-key-id: ${{ secrets.GPG_SUBKEY_ID }} | |
| signing-key: ${{ secrets.GPG_PRIVATE_KEY }} | |
| signing-key-password: ${{ secrets.GPG_PASSPHRASE }} | |
| registry-username: ${{ github.actor }} | |
| registry-password: ${{ secrets.GITHUB_TOKEN }} |