Skip to content

Commit

Permalink
Use public endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed May 30, 2024
1 parent 5d3b8f8 commit 352595c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
- cron: '10 10 */3 * *'

env:
try-runtime-uri: wss://api-nodle.dwellir.com:443/
try-runtime-uri: wss://nodle-parachain.api.onfinality.io:443/public-ws

jobs:
try-runtime:
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 180
steps:
- name: Check Version
run: |
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run try-runtime
uses: NodleCode/action-try-runtime/create@v0.6.1
with:
url: ${{ env.try-runtime-uri}}${{ secrets.DWELLIR_API_KEY}}
url: ${{ env.try-runtime-uri}}
snap: eden-snapshot-full
- name: Archive snap
uses: actions/upload-artifact@v4.3.3
Expand Down

0 comments on commit 352595c

Please sign in to comment.