just do the thing man

This commit is contained in:
2026-04-24 15:39:24 -04:00
parent e4f845ef6e
commit 1767d062eb
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Run update script
run: |
echo "${{ secrets.VAULT_PASS }}" > ~/.vault_pass.txt
python3 -m pip install requests yaml
python3 -m pip install requests yaml --break-system-packages
python3 scripts/run_updates.py
env:
UPDATES_DISCORD_WEBHOOK: ${{vars.UPDATES_DISCORD_WEBHOOK}}