From 477779069d76ed6101169a0b45406d2a682f9e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 20 May 2022 16:23:42 +0200 Subject: [PATCH] fix: switch gh token for coverage action --- .github/workflows/build_coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_coverage.yaml b/.github/workflows/build_coverage.yaml index a9b99e9e5e..559d6cdd1e 100644 --- a/.github/workflows/build_coverage.yaml +++ b/.github/workflows/build_coverage.yaml @@ -47,7 +47,7 @@ jobs: env: GH_NAME: 'ivarconr' GH_EMAIL: 'ivarconr@gmail.com' - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }} - name: Coveralls uses: coverallsapp/github-action@master with: