From 4eaec6e1d35d2f49f14bcbc163a4d1f6fa36ece9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 20 May 2022 12:25:07 +0200 Subject: [PATCH] fix: add gh creds to coverage action --- .github/workflows/build_coverage.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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: