diff --git a/.github/actions/setup-create-base64-config-ccip/action.yml b/.github/actions/setup-create-base64-config-ccip/action.yml index 10633fff32..1c4bb4792a 100644 --- a/.github/actions/setup-create-base64-config-ccip/action.yml +++ b/.github/actions/setup-create-base64-config-ccip/action.yml @@ -147,6 +147,7 @@ runs: " done + echo $wallet_key_from_secret grafana_bearer_token="" if [ -n "$GRAFANA_BEARER_TOKEN" ]; then diff --git a/.github/workflows/ccip-live-network-tests.yml b/.github/workflows/ccip-live-network-tests.yml index 6da99c1186..64bedc38ec 100644 --- a/.github/workflows/ccip-live-network-tests.yml +++ b/.github/workflows/ccip-live-network-tests.yml @@ -180,7 +180,7 @@ jobs: logstreamLogTargets: ${{ vars.LOGSTREAM_LOG_TARGETS }} grafanaUrl: ${{ vars.GRAFANA_URL }} grafanaDashboardUrl: "/d/6vjVx-1V8/ccip-long-running-tests" - walletKey: ${{ secrets.QA_EVM_KEYS }} + walletKey: ${{ secrets.SampleWalletKey }} - name: Run Tests uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@5dd916d08c03cb5f9a97304f4f174820421bb946 # v2.3.11 env: