From 352595c5cbdb33c2a0fa3f9ba7b112009be1446e Mon Sep 17 00:00:00 2001 From: Fredrik Simonsson Date: Thu, 30 May 2024 23:43:03 +0900 Subject: [PATCH] Use public endpoint --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0afaca4..cd9a13a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -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