Skip to content

Commit

Permalink
GithubActions: Adds GITHUB_TOKEN to Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
azak-azkaran committed Nov 6, 2020
1 parent 6851d83 commit 56074c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
uses: SonarSource/sonarcloud-github-action@v1.4
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 56074c2

Please sign in to comment.