Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
- GITHUB_TOKEN: ${{ secrets.USER_TOKEN }} # Needed to get PR information, if any
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
build-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
- repo-token: ${{ secrets.USER_TOKEN }}
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Welcome to your first issue in e-Mobility software'
pr-message: 'Welcome to your first PR in e-Mobility software'