infrastructure/.forgejo/workflows/plex_update.yml
Vivian eb114b1110
Some checks failed
Plex Update / native-test (push) Failing after 8s
CI (#170)
Co-authored-by: Victor <victor@xirion.net>
Co-authored-by: Forgejo Actions Bot <>
Reviewed-on: #170
2023-05-26 22:19:20 +02:00

19 lines
492 B
YAML

name: Plex Update
on: [push]
jobs:
native-test:
runs-on: native
steps:
- uses: actions/checkout@v3
- env:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
run: |
git config user.name "Forgejo Actions Bot"
git config user.email "<>"
./nixos/pkgs/plex-pass/update.sh
git add ./nixos/pkgs/plex-pass/
git commit -m "Update Plex"
git push origin actions-ci