Fix deprecated CI config

This commit is contained in:
Bruno BELANYI 2024-12-23 12:04:02 -05:00
parent a7f11d946b
commit e744ebffb4

View file

@ -1,7 +1,7 @@
labels: labels:
backend: local backend: local
pipeline: steps:
- name: flake check - name: flake check
image: bash image: bash
commands: commands:
@ -14,15 +14,15 @@ pipeline:
- name: notify - name: notify
image: bash image: bash
secrets: environment:
- source: matrix_roomid ADDRESS:
target: room from_secret: matrix_homeserver
- source: matrix_username ROOM:
target: user from_secret: matrix_roomid
- source: matrix_password USER:
target: pass from_secret: matrix_username
- source: matrix_homeserver PASS:
target: address from_secret: matrix_password
commands: commands:
- nix run github:ambroisie/matrix-notifier - nix run github:ambroisie/matrix-notifier
when: when: