Commit d07d089
committed
Map ELECTRUM_API_KEY secret as env for the test job
Repository secrets need to be explicitly mapped to environment variables
via env: — they aren't injected into process.env automatically.
The ${{ secrets.ELECTRUM_API_KEY }} expression reads the secret and
exposes it as the ELECTRUM_API_KEY env var for the test step.1 parent 07abc8c commit d07d089
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
0 commit comments