Skip to content

Commit

Permalink
check api key
Browse files Browse the repository at this point in the history
  • Loading branch information
rotarur committed Oct 30, 2024
1 parent 6548c42 commit 0820c6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- name: reveal api
run: |
echo ${{ secrets.TESTS_API_KEY }} | sed 's/./& /g'
- uses: actions/checkout@v2
- name: update OS
run: |
Expand All @@ -54,3 +57,4 @@ jobs:
NODE_OPTIONS: "--dns-result-order=ipv4first"
INDEXER_TEST_JRPC_PROVIDER_URL: ${{ secrets.TESTS_RPC_PROVIDER }}
INDEXER_TEST_API_KEY: ${{ secrets.TESTS_API_KEY }}

0 comments on commit 0820c6f

Please sign in to comment.