Co-authored-by: Victor <victor@xirion.net> Co-authored-by: Forgejo Actions Bot <> Reviewed-on: #170
This commit is contained in:
parent
b85af3a990
commit
eb114b1110
4 changed files with 24 additions and 13 deletions
18
.forgejo/workflows/plex_update.yml
Normal file
18
.forgejo/workflows/plex_update.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
name: Test
|
||||
on: [push]
|
||||
jobs:
|
||||
setup-forgejo:
|
||||
runs-on: nix-native
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
ls
|
||||
echo "Hello, World!"
|
Loading…
Add table
Add a link
Reference in a new issue