oauth2-proxy
Some checks failed
/ test (push) Failing after 4s

This commit is contained in:
filip.kranjec 2025-08-14 16:02:25 +02:00
parent fa01f44fa8
commit fd3ec92968
2 changed files with 4 additions and 1 deletions

View file

@ -4,4 +4,4 @@ jobs:
runs-on: native runs-on: native
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: ls -la - run: ll /var/secrets

3
flake.nix Normal file
View file

@ -0,0 +1,3 @@
{
inputs.nixpkgs.url = "";
}