mirror of https://github.com/nucypher/nucypher.git
Funny thing, vars are not accessible either. Let's hardcode them for the moment
That's a bit lame, Github. For readers, see https://github.com/orgs/community/discussions/44322pull/3274/head
parent
4285137026
commit
15895e3529
|
@ -10,9 +10,9 @@ on:
|
|||
- epic-*
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DEMO_L1_PROVIDER_URI: ${{ vars.DEMO_L1_PROVIDER_URI }}
|
||||
DEMO_L2_PROVIDER_URI: ${{ vars.DEMO_L2_PROVIDER_URI }}
|
||||
env: # TODO: Use variables when GH supports it for forks. See https://github.com/orgs/community/discussions/44322
|
||||
DEMO_L1_PROVIDER_URI: "https://goerli.infura.io/v3/3747007a284045d483c342fb39889a30"
|
||||
DEMO_L2_PROVIDER_URI: "https://polygon-mumbai.infura.io/v3/3747007a284045d483c342fb39889a30"
|
||||
|
||||
jobs:
|
||||
python-tests:
|
||||
|
|
Loading…
Reference in New Issue