fix ci #200

Merged
v merged 12 commits from ci into main 2023-09-09 16:18:16 +02:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 79c9447175 - Show all commits

View file

@ -1,5 +1,7 @@
name: Nix
on: [push]
jobs:
lint:
runs-on: docker

View file

@ -18,6 +18,8 @@ jobs:
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 "<>"