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:
parent
b53912aef9
commit
477779069d
2
.github/workflows/build_coverage.yaml
vendored
2
.github/workflows/build_coverage.yaml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user