Update Matrix and secrets (#14646)

* WIP

* Fix usage of the s3krit/walking-tag-action action

* Fix notification jobs

* Fix notification content

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Chevdor
2023-07-28 15:06:13 +02:00
committed by GitHub
parent d2411a2639
commit 0d5a48dcc9
5 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ structure_message() {
# access_token: see https://matrix.org/docs/guides/client-server-api/
# Usage: send_message $body (json formatted) $room_id $access_token
send_message() {
curl -XPOST -d "$1" "https://matrix.parity.io/_matrix/client/r0/rooms/$2/send/m.room.message?access_token=$3"
curl -XPOST -d "$1" "https://m.parity.io/_matrix/client/r0/rooms/$2/send/m.room.message?access_token=$3"
}
# Check for runtime changes between two commits. This is defined as any changes