Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-24
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 11, 2024
1 parent c45ff9a commit 5e8bd55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,11 @@ jobs:

# Install SonarScanner globally using npm
- name: Install SonarScanner
run: npm install -g sonarqube-scanner
run:
npm install -g sonarqube-scanner
# Debug: Print the masked SONAR_TOKEN
- name: Print SONAR_TOKEN
run: echo "SONAR_TOKEN=${{ secrets.SONAR_TOKEN }}PWR****123"

# Run SonarScanner in the specified directory
- name: Run SonarScanner
Expand Down

0 comments on commit 5e8bd55

Please sign in to comment.