diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index df6265f..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 "https://cronos-mainnet.graph-node-admin.orium.network/subgraph/${SELF_HOSTED_SUBGRAPH_KEY}" --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