templates: fix deprecated CI syntax
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-04-01 22:26:21 +01:00
parent 06c64c1a78
commit 4b5a19a8fa
3 changed files with 27 additions and 27 deletions

View file

@ -9,15 +9,15 @@ steps:
- name: notifiy - name: notifiy
image: bash image: bash
secrets: environment:
- source: matrix_homeserver ADDRESS:
target: address from_secret: matrix_homeserver
- source: matrix_roomid ROOM:
target: room from_secret: matrix_roomid
- source: matrix_username USER:
target: user from_secret: matrix_username
- source: matrix_password PASS:
target: pass from_secret: matrix_password
commands: commands:
- nix run '.#matrix-notifier' - nix run '.#matrix-notifier'
when: when:

View file

@ -14,15 +14,15 @@ steps:
- name: notifiy - name: notifiy
image: bash image: bash
secrets: environment:
- source: matrix_homeserver ADDRESS:
target: address from_secret: matrix_homeserver
- source: matrix_roomid ROOM:
target: room from_secret: matrix_roomid
- source: matrix_username USER:
target: user from_secret: matrix_username
- source: matrix_password PASS:
target: pass from_secret: matrix_password
commands: commands:
- nix run github:ambroisie/matrix-notifier - nix run github:ambroisie/matrix-notifier
when: when:

View file

@ -14,15 +14,15 @@ steps:
- name: notifiy - name: notifiy
image: bash image: bash
secrets: environment:
- source: matrix_homeserver ADDRESS:
target: address from_secret: matrix_homeserver
- source: matrix_roomid ROOM:
target: room from_secret: matrix_roomid
- source: matrix_username USER:
target: user from_secret: matrix_username
- source: matrix_password PASS:
target: pass from_secret: matrix_password
commands: commands:
- nix run github:ambroisie/matrix-notifier - nix run github:ambroisie/matrix-notifier
when: when: