ci: load rinkeby privkey from secrets

This commit is contained in:
Georgios Konstantopoulos 2021-10-30 15:52:38 +02:00
parent dc3ac427f4
commit 8a7f42b6fa
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
on:
push:
branches:
branches:
- master
pull_request:
@ -11,6 +11,7 @@ name: Tests
# many as you want)
env:
ETHERSCAN_API_KEY: I5BXNZYP5GEDWFINGVEZKYIVU2695NPQZB
RINKEBY_PRIVATE_KEY: ${{ secrets.RINKEBY_PRIVATE_KEY }}
jobs:
tests: