Skip to content

Commit

Permalink
fix: add TEST_RPC_URL env var
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Jun 14, 2022
1 parent d080436 commit 8972e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- 14.x
env:
TEST_ACCOUNT_PRIVATE_KEY: ${{ secrets.TEST_ACCOUNT_PRIVATE_KEY }}
TEST_RPC_URL: ${{ secrets.TEST_RPC_URL }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
env:
TEST_ACCOUNT_PRIVATE_KEY: ${{ secrets.TEST_ACCOUNT_PRIVATE_KEY }}
TEST_RPC_URL: ${{ secrets.TEST_RPC_URL }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
Expand Down

0 comments on commit 8972e0b

Please sign in to comment.