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

This commit is contained in:
Robert Kaussow 2024-08-18 13:43:56 +02:00
parent 69e2aa435b
commit ad4f80ae8b
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