1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: add gh creds to coverage action

This commit is contained in:
Ivar Conradi Østhus 2022-05-20 12:25:07 +02:00
parent f954de0ecf
commit 4eaec6e1d3
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -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: