Skip to content

Commit

Permalink
Debugging with sample wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Jul 30, 2024
1 parent 3048a8b commit 1a9b456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/setup-create-base64-config-ccip/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ runs:
"
done
echo $wallet_key_from_secret
grafana_bearer_token=""
if [ -n "$GRAFANA_BEARER_TOKEN" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ccip-live-network-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1a9b456

Please sign in to comment.