Add github token to coveralls step

This commit is contained in:
2021-01-24 23:38:06 +00:00
parent 9928f026dd
commit ba6b3479b0

View File

@@ -48,6 +48,8 @@ jobs:
release:
runs-on: ubuntu-latest
needs: build
with:
github-token: ${{ secrets.github_token }}
steps:
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2