From 0b73bb32d9259e0c72f34002936461be73a28736 Mon Sep 17 00:00:00 2001 From: Radek Scheibinger Date: Mon, 16 Dec 2024 20:16:39 +0100 Subject: [PATCH] test connection to jd --- .github/workflows/crib-ccip-v2-integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crib-ccip-v2-integration-test.yml b/.github/workflows/crib-ccip-v2-integration-test.yml index 722092ecb89..f2cd96c6c16 100644 --- a/.github/workflows/crib-ccip-v2-integration-test.yml +++ b/.github/workflows/crib-ccip-v2-integration-test.yml @@ -48,7 +48,7 @@ jobs: - name: Deploy and validate CRIB Environment for CCIP v2 if: steps.check-prereqs-for-running.outputs.should_run == 'true' - uses: smartcontractkit/.github/actions/crib-deploy-environment@88437540e1ccbf72e0163c39f804198372dc6556 # crib-deploy-environment@7.1.1 + uses: smartcontractkit/.github/actions/crib-deploy-environment@0d57046d1a3951141ec61a732cd87f07f72e7799 # crib-deploy-environment@7.1.1 id: deploy-crib with: github-token: ${{ steps.token.outputs.access-token }} @@ -65,7 +65,7 @@ jobs: chainlink-team: ccip chainlink-product: ccip k8s-api-endpoint: ${{ secrets.K8S_API_ENDPOINT_STAGE }} - crib-repo-ref: 'main' + crib-repo-ref: 'crib-352/rpc-type' - uses: actions/checkout@v4.2.1 - name: Set up Go uses: ./.github/actions/setup-go