added steps to get pushover credentials where they need to go

This commit is contained in:
2026-06-22 12:20:27 -05:00
parent af9cf16759
commit a0f41b10de
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export PUSHOVER_USER={{ lookup('pipe', 'pass show pushover/user') }}
export PUSHOVER_TOKEN={{ lookup('pipe', 'pass show pushover/token') }}