Skip to content

Commit acbfebf

Browse files
committed
add env vars in github workflows
1 parent 457eef7 commit acbfebf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: Run unit tests
4444
env:
4545
MNEMONIC: ${{ secrets.MNEMONIC }}
46+
LINK: ${{ secrets.LINK }}
47+
SIGN_TYPE: ${{ secrets.SIGN_TYPE}}
4648
run: |
4749
melos exec rm -rf coverage
4850
melos run unit_test

0 commit comments

Comments
 (0)