Skip to content

Commit c80fcdd

Browse files
committed
admin: add env to workflow
1 parent f3e67d2 commit c80fcdd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
# runs-on: ubuntu-latest
1313
runs-on: macos-latest
1414
environment: ethers-tests
15+
env:
16+
FAUCET_PRIVATEKEY: ${{ secrets.FAUCET_PRIVATEKEY }}
1517

1618
strategy:
1719
fail-fast: false
@@ -46,6 +48,8 @@ jobs:
4648
runs-on: macos-latest
4749

4850
environment: ethers-tests
51+
env:
52+
FAUCET_PRIVATEKEY: ${{ secrets.FAUCET_PRIVATEKEY }}
4953

5054
strategy:
5155
fail-fast: false
@@ -109,6 +113,8 @@ jobs:
109113
runs-on: macos-latest
110114

111115
environment: ethers-tests
116+
env:
117+
FAUCET_PRIVATEKEY: ${{ secrets.FAUCET_PRIVATEKEY }}
112118

113119
continue-on-error: true
114120

0 commit comments

Comments
 (0)