2023-04-04 17:48:04 +02:00
|
|
|
labels:
|
|
|
|
type: exec
|
|
|
|
|
2023-11-18 21:17:18 +01:00
|
|
|
steps:
|
2023-04-04 17:48:04 +02:00
|
|
|
- name: nix flake check
|
|
|
|
image: bash
|
|
|
|
commands:
|
|
|
|
- nix flake check
|
|
|
|
|
|
|
|
- name: notifiy
|
|
|
|
image: bash
|
|
|
|
secrets:
|
|
|
|
- source: matrix_homeserver
|
|
|
|
target: address
|
|
|
|
- source: matrix_roomid
|
|
|
|
target: room
|
|
|
|
- source: matrix_username
|
|
|
|
target: user
|
|
|
|
- source: matrix_password
|
|
|
|
target: pass
|
|
|
|
commands:
|
|
|
|
- nix run '.#matrix-notifier'
|
|
|
|
when:
|
|
|
|
status:
|
|
|
|
- failure
|
|
|
|
- success
|