Files
homelab/.gitea/workflows/update.yml
Alex Frantz 06b4c78195
All checks were successful
Deploy Containers / Prepare (push) Successful in 3s
fix other actions
2026-01-10 00:59:23 -05:00

18 lines
353 B
YAML

name: Update Images
on:
workflow_dispatch:
jobs:
run-update:
name: Run update script
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run update script
run: |
echo "${{ secrets.VAULT_PASS }}" > ~/.vault_pass.txt
python3 scripts/run_updates.py