From 99f98b538f4f59cd0e68b7e3f837724ae6b4e4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernani=20S=C3=A3o=20Thiago?= Date: Thu, 16 Nov 2023 09:15:46 -0500 Subject: [PATCH] fixed CI --- .github/workflows/master.yaml | 2 +- .github/workflows/qa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index b8e20d6..521008a 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -32,7 +32,7 @@ jobs: - name: Build Cronos run: npm run build:cronos-mainnet - name: Deploy Self-hosted Cronos - run: npx graph deploy --node ${SELF_HOSTED_SUBGRAPH_URL} --version-label ${{ github.sha }} cronos-mainnet_prod_nft-roles + run: npx graph deploy --node ${{ secrets.SELF_HOSTED_SUBGRAPH_URL }} --version-label ${{ github.sha }} cronos-mainnet_prod_nft-roles - name: Build Polygon run: npm run build:polygon - name: Test diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 69224e9..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 ${SELF_HOSTED_SUBGRAPH_URL} --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