Skip to content

Commit

Permalink
Add github token to pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvanpoppel committed Apr 24, 2020
1 parent 735f5ab commit c5586f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: SonarScanner End
run: dotnet sonarscanner end
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: Upload plgx
Expand Down

0 comments on commit c5586f7

Please sign in to comment.