From: Jérôme Benoit Date: Sat, 21 Aug 2021 11:32:40 +0000 (+0200) Subject: Use an allowed token name for the GitHub one X-Git-Tag: v2.1.0~9 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=389f133f6b7774fe05c411e463bc19a22db951bb;p=poolifier.git Use an allowed token name for the GitHub one Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d64aa212..8fd19206 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: run: | npm run sonar env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any + GITHUB_TOKEN: ${{ secrets.USER_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Benchmark