Browse Source

Merge pull request #402 from external-secrets/fix/gh-actions-syntax

fix: gh actions syntax
paul-the-alien[bot] 4 years ago
parent
commit
1c85f8915c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -176,7 +176,7 @@ jobs:
           make test
 
       - name: SonarCloud Scans
-        if: secrets.SONAR_TOKEN != ''
+        if: ${{secrets.SONAR_TOKEN}} != ''
         uses: SonarSource/sonarcloud-github-action@master
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}  # Needed to get PR information, if any