ci: fix deprecated settings
This commit is contained in:
parent
093bf15049
commit
3503b1b70b
@ -25,6 +25,6 @@ steps:
|
|||||||
image: docker.io/python:3.12
|
image: docker.io/python:3.12
|
||||||
commands:
|
commands:
|
||||||
- pip install -qq ruff
|
- pip install -qq ruff
|
||||||
- ruff .
|
- ruff check .
|
||||||
environment:
|
environment:
|
||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
|
@ -13,14 +13,14 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
homeserver:
|
homeserver:
|
||||||
from_secret: matrix_homeserver
|
from_secret: matrix_homeserver
|
||||||
password:
|
room_id:
|
||||||
from_secret: matrix_password
|
from_secret: matrix_room_id
|
||||||
roomid:
|
user_id:
|
||||||
from_secret: matrix_roomid
|
from_secret: matrix_user_id
|
||||||
username:
|
access_token:
|
||||||
from_secret: matrix_username
|
from_secret: matrix_access_token
|
||||||
when:
|
when:
|
||||||
- status: [success, failure]
|
- status: [failure]
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- docs
|
- docs
|
||||||
|
Loading…
Reference in New Issue
Block a user