mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
👷 Re-enable Gitter releases bot (#1831)
This commit is contained in:
parent
117f9e4abe
commit
aedf5c895a
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ import os
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
# room_id = "5c9c9540d73408ce4fbc1403" # FastAPI
|
room_id = "5c9c9540d73408ce4fbc1403" # FastAPI
|
||||||
room_id = "5cc46398d73408ce4fbed233" # Gitter development
|
# room_id = "5cc46398d73408ce4fbed233" # Gitter development
|
||||||
|
|
||||||
gitter_token = os.getenv("GITTER_TOKEN")
|
gitter_token = os.getenv("GITTER_TOKEN")
|
||||||
assert gitter_token
|
assert gitter_token
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue