File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,21 @@ jobs:
5959
6060 - name : Run health check for datil-dev
6161 run : NETWORK=datil-dev yarn ci:health
62+ env :
63+ LIT_STATUS_WRITE_KEY : ${{ secrets.LIT_STATUS_WRITE_KEY }}
64+ LIT_STATUS_BACKEND_URL : ${{ vars.LIT_STATUS_BACKEND_URL }}
6265
6366 - name : Run health check for datil-test
6467 run : NETWORK=datil-test yarn ci:health
68+ env :
69+ LIT_STATUS_WRITE_KEY : ${{ secrets.LIT_STATUS_WRITE_KEY }}
70+ LIT_STATUS_BACKEND_URL : ${{ vars.LIT_STATUS_BACKEND_URL }}
6571
6672 - name : Run health check for datil
6773 run : NETWORK=datil yarn ci:health
74+ env :
75+ LIT_STATUS_WRITE_KEY : ${{ secrets.LIT_STATUS_WRITE_KEY }}
76+ LIT_STATUS_BACKEND_URL : ${{ vars.LIT_STATUS_BACKEND_URL }}
6877
6978 # naga-health-check:
7079 # runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments