gitea: hide actions when not logged in
All checks were successful
Build and Deploy / mreow (push) Successful in 56s
Build and Deploy / yarn (push) Successful in 52s
Build and Deploy / muffin (push) Successful in 1m1s

This commit is contained in:
2026-04-22 21:23:47 -04:00
parent d00ff42e8e
commit fdd5c5fba0
3 changed files with 210 additions and 0 deletions

View File

@@ -40,4 +40,7 @@ in
# gitea runner test
giteaRunnerTest = handleTest ./gitea-runner.nix;
# gitea actions visibility gate test
giteaHideActionsTest = handleTest ./gitea-hide-actions.nix;
}