fix script, send discord notification

This commit is contained in:
2026-04-24 15:37:40 -04:00
parent e2cbefe185
commit e4f845ef6e
2 changed files with 24 additions and 1 deletions
+3
View File
@@ -16,4 +16,7 @@ jobs:
- name: Run update script
run: |
echo "${{ secrets.VAULT_PASS }}" > ~/.vault_pass.txt
python3 -m pip install requests yaml
python3 scripts/run_updates.py
env:
UPDATES_DISCORD_WEBHOOK: ${{vars.UPDATES_DISCORD_WEBHOOK}}