Skip to content

Commit

Permalink
update env var
Browse files Browse the repository at this point in the history
  • Loading branch information
0thernet committed Apr 30, 2024
1 parent 0d6899c commit 812112e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pydantic-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Pydantic 1
runs-on: ubuntu-latest
env:
SUBSTRATE_API_KEY: ${{ secrets.SUBSTRATE_API_KEY_SMOKE_TESTS }}
SUBSTRATE_API_KEY: ${{ secrets.SUBSTRATE_API_KEY }}

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pydantic-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Pydantic 2
runs-on: ubuntu-latest
env:
SUBSTRATE_API_KEY: ${{ secrets.SUBSTRATE_API_KEY_SMOKE_TESTS }}
SUBSTRATE_API_KEY: ${{ secrets.SUBSTRATE_API_KEY }}

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-3-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Python 3.9
runs-on: ubuntu-latest
env:
SUBSTRATE_API_KEY: ${{ secrets.SUBSTRATE_API_KEY_SMOKE_TESTS }}
SUBSTRATE_API_KEY: ${{ secrets.SUBSTRATE_API_KEY }}

steps:
- name: Checkout repo
Expand Down

0 comments on commit 812112e

Please sign in to comment.