Skip to content

SonarQube

SonarQube #29

Workflow file for this run

name: SonarQube
on:
workflow_run:
workflows: ["Build and test"]
types:
- completed
concurrency:
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
cancel-in-progress: true
jobs:
sonarqube:
name: 🩻 SonarQube
uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@develop

Check failure on line 13 in .github/workflows/sonarqube.yml

View workflow run for this annotation

GitHub Actions / SonarQube

Invalid workflow file

The workflow is not valid. .github/workflows/sonarqube.yml (Line: 13, Col: 15): Secret ELEMENT_BOT_TOKEN is required, but not provided while calling.
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}