diff --git a/.github/workflows/on-pr-publish.yaml b/.github/workflows/on-pr-publish.yaml index 457b4ff2..09ded887 100644 --- a/.github/workflows/on-pr-publish.yaml +++ b/.github/workflows/on-pr-publish.yaml @@ -24,7 +24,7 @@ jobs: if: ${{ needs.pre_job.outputs.should_skip != 'true' }} needs: pre_job with: - STACK_ORCHESTRATOR_REF: "f2fd766f5400fcb9eb47b50675d2e3b1f2753702" + STACK_ORCHESTRATOR_REF: "e62830c982d4dfc5f3c1c2b12c1754a7e9b538f1" GO_ETHEREUM_REF: "c339429ff6550d8012d65977fc79f73bba2616e3" IPLD_ETH_DB_REF: "be345e0733d2c025e4082c5154e441317ae94cf7" build: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1a07404f..f5fd1c0f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -71,7 +71,7 @@ jobs: with: ref: ${{ inputs.STACK_ORCHESTRATOR_REF }} path: "./stack-orchestrator/" - repository: vulcanize/stack-orchestrator + repository: cerc-io/mshaw_stack_hack - uses: actions/checkout@v2 with: ref: ${{ inputs.GO_ETHEREUM_REF }} @@ -140,7 +140,7 @@ jobs: with: ref: ${{ inputs.STACK_ORCHESTRATOR_REF }} path: "./stack-orchestrator/" - repository: vulcanize/stack-orchestrator + repository: cerc-io/mshaw_stack_hack - uses: actions/checkout@v2 with: ref: ${{ inputs.GO_ETHEREUM_REF }}