switch to using env var for SonarQube host URL instead of secret env … #60
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: Trigger METplus Workflow | |
| on: | |
| push: | |
| branches: | |
| - develop | |
| - 'main_v[0-9]+.[0-9]+' | |
| paths-ignore: | |
| - 'docs/**' | |
| - '.github/pull_request_template.md' | |
| - '.github/ISSUE_TEMPLATE/**' | |
| - '**/README.md' | |
| - '**/LICENSE.md' | |
| jobs: | |
| trigger_metplus: | |
| name: Trigger METplus testing workflow | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dtcenter/metplus-action-trigger-use-cases@v1 | |
| with: | |
| token: ${{ secrets.METPLUS_BOT_TOKEN }} |