@@ -447,7 +447,7 @@ jobs:
447447 shell : bash
448448 env :
449449 SLACK_TOKEN : ${{ secrets.SLACK_TOKEN }}
450- CHANNEL : " #test-alert "
450+ CHANNEL : " #xrpl-py "
451451 EXECUTOR : ${{ github.triggering_actor || github.actor }}
452452 RELEASE_BRANCH : ${{ env.RELEASE_BRANCH }}
453453 PACKAGE_VERSION : ${{ env.PACKAGE_VERSION }}
@@ -528,7 +528,7 @@ jobs:
528528 curl -sS -X POST https://slack.com/api/chat.postMessage \
529529 -H "Authorization: Bearer $SLACK_TOKEN" \
530530 -H "Content-Type: application/json; charset=utf-8" \
531- -d "$(jq -n --arg channel "#test-alert " --arg text "$MSG" '{channel:$channel, text:$text}')" \
531+ -d "$(jq -n --arg channel "#ripplex-security " --arg text "$MSG" '{channel:$channel, text:$text}')" \
532532 | jq -er '.ok' >/dev/null
533533
534534 - name : Awaiting security approval
@@ -678,7 +678,7 @@ jobs:
678678 curl -sS -X POST https://slack.com/api/chat.postMessage \
679679 -H "Authorization: Bearer $SLACK_TOKEN" \
680680 -H "Content-Type: application/json; charset=utf-8" \
681- -d "$(jq -n --arg channel "#test-alert " --arg text "$text" '{channel:$channel, text:$text}')"
681+ -d "$(jq -n --arg channel "#xrpl-py " --arg text "$text" '{channel:$channel, text:$text}')"
682682
683683 - name : Notify Slack if tests fail
684684 if : >-
@@ -704,6 +704,6 @@ jobs:
704704 -H "Authorization: Bearer $SLACK_TOKEN" \
705705 -H "Content-Type: application/json" \
706706 -d "$(jq -n \
707- --arg channel "#test-alert " \
707+ --arg channel "#xrpl-py " \
708708 --arg text "$MESSAGE" \
709709 '{channel: $channel, text: $text}')"
0 commit comments