Fix deprecated CI config
This commit is contained in:
parent
a7f11d946b
commit
e744ebffb4
1 changed files with 10 additions and 10 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue