ci: fix deprecated settings
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/docs Pipeline failed
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-08-18 13:44:03 +02:00
parent 093bf15049
commit 3503b1b70b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 8 additions and 8 deletions

View File

@ -25,6 +25,6 @@ steps:
image: docker.io/python:3.12
commands:
- pip install -qq ruff
- ruff .
- ruff check .
environment:
PY_COLORS: "1"

View File

@ -13,14 +13,14 @@ steps:
settings:
homeserver:
from_secret: matrix_homeserver
password:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
username:
from_secret: matrix_username
room_id:
from_secret: matrix_room_id
user_id:
from_secret: matrix_user_id
access_token:
from_secret: matrix_access_token
when:
- status: [success, failure]
- status: [failure]
depends_on:
- docs