From dbd1b0c8e2e7145bb128dd0a68a8131394f9049a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernani=20S=C3=A3o=20Thiago?= Date: Thu, 16 Nov 2023 09:12:02 -0500 Subject: [PATCH] fixed CI --- .github/workflows/qa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 8095b54..8e67a95 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -30,7 +30,7 @@ jobs: - name: Build Cronos run: npm run build:cronos-mainnet - name: Deploy Self-hosted Cronos QA - run: npx graph deploy --node "https://cronos-mainnet.graph-node-admin.orium.network/subgraph/${SELF_HOSTED_SUBGRAPH_KEY}" --version-label qa cronos-mainnet_qa_nft-roles + run: npx graph deploy --node ${{ secrets.SELF_HOSTED_SUBGRAPH_URL }} --version-label qa cronos-mainnet_qa_nft-roles - name: Build Polygon run: npm run build:polygon - name: Delete Satsuma Polygon QA