Skip to content

Commit

Permalink
GithubAction: Adds Tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
azak-azkaran committed Nov 6, 2020
1 parent 8c7bbf2 commit 6851d83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
# You may pin to the exact commit or the version.
# uses: SonarSource/sonarcloud-github-action@f4c6e4d91ea9785ec823eaeed459042606123402
uses: SonarSource/sonarcloud-github-action@v1.4
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6851d83

Please sign in to comment.