From 7f241a9af57022b484a557e867292a49c41d697c Mon Sep 17 00:00:00 2001 From: mendesfabio Date: Fri, 24 Nov 2023 19:38:49 -0300 Subject: [PATCH] change to blabs graph-deploy action --- .github/workflows/graph-studio-staging.yaml | 6 +++--- .github/workflows/graph-studio.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/graph-studio-staging.yaml b/.github/workflows/graph-studio-staging.yaml index 73ed5d7..3f4e63e 100644 --- a/.github/workflows/graph-studio-staging.yaml +++ b/.github/workflows/graph-studio-staging.yaml @@ -20,7 +20,7 @@ jobs: run: yarn codegen - name: Build run: yarn build - - uses: gtaschuk/graph-deploy@v0.1.11 + - uses: balancer-labs/graph-deploy@v0.0.1 with: graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}} graph_version_label: ${GITHUB_SHA::8} @@ -43,7 +43,7 @@ jobs: run: yarn codegen - name: Build run: yarn build - - uses: gtaschuk/graph-deploy@v0.1.11 + - uses: balancer-labs/graph-deploy@v0.0.1 with: graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}} graph_version_label: ${GITHUB_SHA::8} @@ -66,7 +66,7 @@ jobs: run: yarn codegen - name: Build run: yarn build - - uses: gtaschuk/graph-deploy@v0.1.11 + - uses: balancer-labs/graph-deploy@v0.0.1 with: graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}} graph_version_label: ${GITHUB_SHA::8} diff --git a/.github/workflows/graph-studio.yaml b/.github/workflows/graph-studio.yaml index fbd306e..b0a5ce3 100644 --- a/.github/workflows/graph-studio.yaml +++ b/.github/workflows/graph-studio.yaml @@ -20,7 +20,7 @@ jobs: run: yarn codegen - name: Build run: yarn build - - uses: gtaschuk/graph-deploy@v0.1.11 + - uses: balancer-labs/graph-deploy@v0.0.1 with: graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}} graph_version_label: ${GITHUB_SHA::8} @@ -43,7 +43,7 @@ jobs: run: yarn codegen - name: Build run: yarn build - - uses: gtaschuk/graph-deploy@v0.1.11 + - uses: balancer-labs/graph-deploy@v0.0.1 with: graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}} graph_version_label: ${GITHUB_SHA::8} @@ -66,7 +66,7 @@ jobs: run: yarn codegen - name: Build run: yarn build - - uses: gtaschuk/graph-deploy@v0.1.11 + - uses: balancer-labs/graph-deploy@v0.0.1 with: graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}} graph_version_label: ${GITHUB_SHA::8}