CI (#170)
Some checks failed
Plex Update / native-test (push) Failing after 8s

Co-authored-by: Victor <victor@xirion.net>
Co-authored-by: Forgejo Actions Bot <>
Reviewed-on: #170
This commit is contained in:
Vivian 2023-05-26 22:19:20 +02:00
parent b85af3a990
commit eb114b1110
4 changed files with 24 additions and 13 deletions

View 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

View file

@ -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!"

View file

@ -27,7 +27,9 @@ in {
quoteEnvironmentValues = false; # Needed for docker
};
vault-secrets.secrets.gitea_runner = { };
vault-secrets.secrets.gitea_runner = {
services = [ "gitea-runner-nix\x2dnative" ];
};
virtualisation.podman = {
enable = true;
@ -59,7 +61,10 @@ in {
gawk
gitMinimal
gnused
jq
nodejs
nixUnstable
vault
wget
];
};

View file

@ -1,6 +1,4 @@
#! /usr/bin/env bash
set -x
shopt -s extglob
set -eu -o pipefail