Add env variable to gh action file.

pull/3284/head
derekpierre 2023-10-13 19:51:05 -04:00 committed by David Núñez
parent 3d9fa8263f
commit 8ef255248a
No known key found for this signature in database
GPG Key ID: 53A9D83EF4C6332A
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ on:
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"
COLLECT_DEMO_PROFILER_STATS: True
jobs:
lynx-test:
@ -55,4 +56,4 @@ jobs:
run: python -c "import nucypher; print(nucypher.__version__)"
- name: Lynx testnet script
run: python examples/testnet_simple_taco.py True
run: python examples/testnet_simple_taco.py