Skip to content

Commit

Permalink
Add github token. Failed on the master build (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvanpoppel committed May 17, 2020
1 parent e056411 commit 28a45d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonarqube.yml
Expand Up @@ -50,4 +50,5 @@ jobs:
- name: SonarScanner End
run: dotnet sonarscanner end
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 28a45d7

Please sign in to comment.