1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Sonarcloud check out upstream develop not fork develop (#8622)

This commit is contained in:
Michael Telatynski
2022-05-17 18:09:28 +01:00
committed by GitHub
parent 7603132c32
commit 6ffd12a027

View File

@@ -33,5 +33,6 @@ jobs:
revision: ${{ github.event.workflow_run.head_sha }} revision: ${{ github.event.workflow_run.head_sha }}
coverage_workflow_name: tests.yml coverage_workflow_name: tests.yml
coverage_run_id: ${{ github.event.workflow_run.id }} coverage_run_id: ${{ github.event.workflow_run.id }}
upstream_repo: matrix-org/matrix-react-sdk
secrets: secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}