more ci stuff
Some checks failed
Nix / lint (push) Has been cancelled
Plex Update / update (push) Failing after 19s

This commit is contained in:
Vivian 2023-09-09 10:51:06 +02:00
parent 79c9447175
commit 78230a3b0a
2 changed files with 8 additions and 4 deletions

View file

@ -11,15 +11,17 @@ on:
jobs:
update:
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:js-20.04
steps:
- uses: actions/checkout@v3
- uses: https://github.com/innovationnorway/setup-vault@v1
- uses: https://github.com/cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstabl
- env:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
run: |
sudo apt-get update
sudo apt-get install jq
git config user.name "Forgejo Actions Bot"
git config user.email "<>"

View file

@ -1,4 +1,6 @@
#! /usr/bin/env bash
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p vault curl jq
shopt -s extglob
set -eu -o pipefail