We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e5614 commit ede95d6Copy full SHA for ede95d6
.github/scripts/deploy-studio.sh renamed to .github/scripts/deploy-subgraph-studio.sh
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
VERSION_LABEL: pr-${{ github.event.number }}-${{ steps.short_sha.outputs.short_sha }}-${{ github.run_id }}
36
run: |
37
yarn prepare:arbitrum-one
38
- ./.github/scripts/deploy-studio.sh livepeer-ci "$VERSION_LABEL" "$LIVEPEER_CI_DEPLOY_KEY"
+ ./.github/scripts/deploy-subgraph-studio.sh livepeer-ci "$VERSION_LABEL" "$LIVEPEER_CI_DEPLOY_KEY"
39
40
- name: Find subgraph studio preview comment
41
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
0 commit comments