Use GH environment secrets to pass endpoint URIs

pull/3274/head
David Núñez 2023-10-06 10:42:46 +02:00
parent 87d25d8158
commit 0b93dd6ecb
No known key found for this signature in database
GPG Key ID: 53A9D83EF4C6332A
1 changed files with 4 additions and 3 deletions

View File

@ -50,7 +50,8 @@ jobs:
- name: Check Python Entrypoint
run: python -c "import nucypher; print(nucypher.__version__)"
# Lynx testnet script
- name: Lynx
- name: Lynx testnet script
env:
DEMO_L1_PROVIDER_URI: ${{ secrets.DEMO_L1_PROVIDER_URI }}
DEMO_L2_PROVIDER_URI: ${{ secrets.DEMO_L2_PROVIDER_URI }}
run: python examples/testnet_simple_taco.py
# export WEB3_INFURA_PROJECT_ID=${{ secrets.WEB3_INFURA_PROJECT_ID }}