diff --git a/.github/workflows/build_coverage.yaml b/.github/workflows/build_coverage.yaml index a7e97fb0d2..a9b99e9e5e 100644 --- a/.github/workflows/build_coverage.yaml +++ b/.github/workflows/build_coverage.yaml @@ -44,6 +44,10 @@ jobs: TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres - run: scripts/commit-coverage.sh + env: + GH_NAME: 'ivarconr' + GH_EMAIL: 'ivarconr@gmail.com' + GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: Coveralls uses: coverallsapp/github-action@master with: