Skip to content

Commit

Permalink
change to blabs graph-deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Nov 24, 2023
1 parent eaf3291 commit 7f241a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/graph-studio-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/graph-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
Expand All @@ -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}
Expand Down

0 comments on commit 7f241a9

Please sign in to comment.