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:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user