We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e67d2 commit c80fcddCopy full SHA for c80fcdd
.github/workflows/nodejs.yml
@@ -12,6 +12,8 @@ jobs:
12
# runs-on: ubuntu-latest
13
runs-on: macos-latest
14
environment: ethers-tests
15
+ env:
16
+ FAUCET_PRIVATEKEY: ${{ secrets.FAUCET_PRIVATEKEY }}
17
18
strategy:
19
fail-fast: false
@@ -46,6 +48,8 @@ jobs:
46
48
47
49
50
51
52
53
54
55
@@ -109,6 +113,8 @@ jobs:
109
113
110
114
111
115
116
117
112
118
119
continue-on-error: true
120
0 commit comments