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/44322
pull/3274/head
David Núñez 2023-10-10 10:30:52 +02:00
parent 4285137026
commit 15895e3529
No known key found for this signature in database
GPG Key ID: 53A9D83EF4C6332A
1 changed files with 3 additions and 3 deletions

View File

@ -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: