Update update-topics.yaml

This commit is contained in:
Michael Telatynski
2023-07-10 11:49:38 +01:00
committed by GitHub
parent 77db00cef1
commit 80075ee2cf

View File

@@ -44,6 +44,12 @@ jobs:
"Content-Type": "application/json",
"Authorization": `Bearer ${TOKEN}`,
};
await fetch(`${HS_URL}/_matrix/client/v3/rooms/${roomId}/join`, {
method: "POST",
headers,
body: "{}",
});
let res = await fetch(apiUrl, {
method: "GET",
headers,