chore(ci): SONARQUBE_HOST/TOKEN secrets and pin Central CI
Some checks failed
Project CI-testing / ci (push) Failing after 28s

Made-with: Cursor
This commit is contained in:
WDI-Ideas
2026-04-08 00:16:00 +05:30
parent aff6834329
commit 10241e464d

View File

@@ -8,7 +8,7 @@ on:
jobs:
ci:
# Pin SHA (bump when wdipl-actions ci.yml changes). Propagates ci_steps via build workflow outputs.
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@821abc7d0b352e6385cf542ca8b117ec23a2f077
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@b8f645b7261b0eb1b714d1dfe5b0a73612595850
with:
tech_stack: node
@@ -25,8 +25,8 @@ jobs:
pm2_id: app
secrets:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONARQUBE_HOST: ${{ secrets.SONARQUBE_HOST }}
SONARQUBE_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
BETA_SERVER_HOST: ${{ secrets.BETA_SERVER_HOST }}
BETA_SERVER_PORT: ${{ secrets.BETA_SERVER_PORT }}