@@ -416,7 +416,7 @@ jobs:
416416 shell : bash
417417 env :
418418 SLACK_TOKEN : ${{ secrets.SLACK_TOKEN }}
419- CHANNEL : " #test-alert "
419+ CHANNEL : " #xrpl-py "
420420 EXECUTOR : ${{ github.triggering_actor || github.actor }}
421421 RELEASE_BRANCH : ${{ env.RELEASE_BRANCH }}
422422 PACKAGE_VERSION : ${{ env.PACKAGE_VERSION }}
@@ -497,7 +497,7 @@ jobs:
497497 curl -sS -X POST https://slack.com/api/chat.postMessage \
498498 -H "Authorization: Bearer $SLACK_TOKEN" \
499499 -H "Content-Type: application/json; charset=utf-8" \
500- -d "$(jq -n --arg channel "#test-alert " --arg text "$MSG" '{channel:$channel, text:$text}')" \
500+ -d "$(jq -n --arg channel "#ripplex-security " --arg text "$MSG" '{channel:$channel, text:$text}')" \
501501 | jq -er '.ok' >/dev/null
502502
503503 - name : Awaiting security approval
@@ -636,7 +636,7 @@ jobs:
636636 curl -sS -X POST https://slack.com/api/chat.postMessage \
637637 -H "Authorization: Bearer $SLACK_TOKEN" \
638638 -H "Content-Type: application/json; charset=utf-8" \
639- -d "$(jq -n --arg channel "#test-alert " --arg text "$text" '{channel:$channel, text:$text}')"
639+ -d "$(jq -n --arg channel "#xrpl-py " --arg text "$text" '{channel:$channel, text:$text}')"
640640
641641 - name : Notify Slack if tests fail
642642 if : >-
@@ -659,6 +659,6 @@ jobs:
659659 -H "Authorization: Bearer $SLACK_TOKEN" \
660660 -H "Content-Type: application/json" \
661661 -d "$(jq -n \
662- --arg channel "#test-alert " \
662+ --arg channel "#xrpl-py " \
663663 --arg text "$MESSAGE" \
664664 '{channel: $channel, text: $text}')"
0 commit comments