From d3a21dd2bc93ed5aea47a5ddf1f39c62c9e3e837 Mon Sep 17 00:00:00 2001 From: John Mitsch Date: Sun, 17 Mar 2024 20:10:45 -0300 Subject: [PATCH] update env vars --- .github/workflows/pull_request_checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request_checks.yml b/.github/workflows/pull_request_checks.yml index 16d0a111..7dd38ffd 100644 --- a/.github/workflows/pull_request_checks.yml +++ b/.github/workflows/pull_request_checks.yml @@ -9,6 +9,7 @@ env: # This should match the hostname of the endpoint used to record the pollyjs test # This shouldn't be a valid endpoint URL, the auth token should be redacted QUICKNODE_ENDPOINT_URL: ${{ secrets.QUICKNODE_ENDPOINT_URL }} + QUICKNODE_SOLANA_ENDPOINT_URL: ${{ secrets.QUICKNODE_SOLANA_ENDPOINT_URL }} jobs: main: runs-on: ubuntu-latest