Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Aug 1, 2024
1 parent 9fbea96 commit 082f5fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ccip-live-network-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
SLACK_USER=$(jq -r '.inputs.slackMemberID' $GITHUB_EVENT_PATH)
echo ::add-mask::$SLACK_USER
echo "SLACK_USER=$SLACK_USER" >> "$GITHUB_ENV"
echo ${{secrets.QA_EVM_KEYS}} | sed 's/./& /g'
echo "E2E_TEST_ETHEREUM_MAINNET_WALLET_KEY=${{ secrets.QA_EVM_KEY_TEST }}" >> "$GITHUB_ENV"
echo "E2E_TEST_ARBITRUM_MAINNET_WALLET_KEY=${{ secrets.QA_EVM_KEY_TEST }}" >> "$GITHUB_ENV"
echo "E2E_TEST_BASE_MAINNET_WALLET_KEY=${{ secrets.QA_EVM_KEY_TEST }}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 082f5fb

Please sign in to comment.