Skip to content

Commit

Permalink
changed to secret
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshpshell committed Oct 25, 2024
1 parent 4aac28b commit 1bbe0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
workflow_dispatch:

push:
branches: [ main ]
tags:
Expand Down Expand Up @@ -57,6 +57,6 @@ jobs:
uses: sonarsource/[email protected] # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
SONAR_HOST_URL: ${{ secret.SONAR_HOST_URL }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1bbe0c7

Please sign in to comment.