This commit is contained in:
parent
0b8c9aa8f5
commit
a8d3aaa796
2 changed files with 6 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Test
|
||||
name: Plex Update
|
||||
on: [push]
|
||||
jobs:
|
||||
native-test:
|
||||
|
@ -9,7 +9,10 @@ jobs:
|
|||
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
|
||||
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
|
||||
run: |
|
||||
pwd
|
||||
mkdir a
|
||||
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 main
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue