Skip to content

Commit

Permalink
try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Aug 2, 2024
1 parent 63da4c6 commit ed0840d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ccip-live-network-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ env:

jobs:
build-chainlink:
if: false
environment: integration
permissions:
id-token: write
Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:
continue-on-error: true

build-test-image:
if: false
environment: integration
permissions:
id-token: write
Expand Down Expand Up @@ -145,7 +147,7 @@ jobs:
- name: Prepare Base64 TOML override
shell: bash
run: |
BASE64_NETWORK_CONFIG=$(echo $BASE64_NETWORK_CONFIG | base64 -Dd | sed -e 's/evm_key/${{ secrets.QA_EVM_KEY_TEST }}/g | base64')
BASE64_NETWORK_CONFIG=$(echo $BASE64_NETWORK_CONFIG | base64 -d | sed -e 's/evm_key/${{ secrets.QA_EVM_KEY_TEST }}/g | base64')
echo ::add-mask::$BASE64_NETWORK_CONFIG
echo "BASE64_NETWORK_CONFIG=$BASE64_NETWORK_CONFIG" >> "$GITHUB_ENV"
SLACK_USER=$(jq -r '.inputs.slackMemberID' $GITHUB_EVENT_PATH)
Expand Down

0 comments on commit ed0840d

Please sign in to comment.