Helps if I put it in the right place

This commit is contained in:
2021-01-24 23:40:08 +00:00
parent d3017f3b87
commit 8dcc98a03b

View File

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