diff --git a/.github/workflows/caller_SONAR.yml b/.github/workflows/caller_SONAR.yml index 05b2738a1..bedd95bb3 100644 --- a/.github/workflows/caller_SONAR.yml +++ b/.github/workflows/caller_SONAR.yml @@ -9,4 +9,4 @@ jobs: uses: TestingOrgCS/WorkflowsRepo/.github/workflows/central_SONAR.yml@main secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}