1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

fix: switch gh token for coverage action

This commit is contained in:
Ivar Conradi Østhus 2022-05-20 16:23:42 +02:00
parent b53912aef9
commit 477779069d
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -47,7 +47,7 @@ jobs:
env: env:
GH_NAME: 'ivarconr' GH_NAME: 'ivarconr'
GH_EMAIL: 'ivarconr@gmail.com' GH_EMAIL: 'ivarconr@gmail.com'
GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
- name: Coveralls - name: Coveralls
uses: coverallsapp/github-action@master uses: coverallsapp/github-action@master
with: with: