Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
if: ${{ github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
uses: sonarsource/sonarcloud-github-action@v2.0.0
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: Benchmark
- name: combine-prs
id: combine-prs
uses: github/combine-prs@v3.1.2
+ with:
+ github_token: ${{ secrets.GH_TOKEN_PROTECTED }}