ci(coveralls): add GITHUB_TOKEN environment variable

This commit is contained in:
Rémi Alvergnat
2021-02-10 18:28:57 +01:00
parent 1faea7e9c8
commit c5a6e07d52
+1
View File
@@ -60,6 +60,7 @@ jobs:
run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
commitlint:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository