about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-03-20 18:01:14 +0100
committerGitHub <noreply@github.com>2023-03-20 18:01:14 +0100
commitfb08d62502851a7459638789b35517420cfd7c6a (patch)
tree497afee2fe140808c1cd9e414af1eed5e6fe0e32 /nixos
parenta7412811e8f8dca135a7715eb6f76a341d474c72 (diff)
parent5c5f710388f0d94a222c91c79c0c812d2b65fdde (diff)
Merge pull request #222193 from Ma27/bump-gitea
gitea: 1.18.5 -> 1.19.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/gitea.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gitea.nix b/nixos/tests/gitea.nix
index a8b5567c20751..86d4fce379291 100644
--- a/nixos/tests/gitea.nix
+++ b/nixos/tests/gitea.nix
@@ -93,7 +93,7 @@ let
       api_token = server.succeed(
           "curl --fail -X POST http://test:totallysafe@localhost:3000/api/v1/users/test/tokens "
           + "-H 'Accept: application/json' -H 'Content-Type: application/json' -d "
-          + "'{\"name\":\"token\"}' | jq '.sha1' | xargs echo -n"
+          + "'{\"name\":\"token\",\"scopes\":[\"all\"]}' | jq '.sha1' | xargs echo -n"
       )
 
       server.succeed(