Update update-topics.yaml
This commit is contained in:
parent
77db00cef1
commit
80075ee2cf
1 changed files with 6 additions and 0 deletions
6
.github/workflows/update-topics.yaml
vendored
6
.github/workflows/update-topics.yaml
vendored
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue