diff --git a/examples/gzctf/appsettings.json b/examples/gzctf/appsettings.json index 7e8bf08..d4d0587 100644 --- a/examples/gzctf/appsettings.json +++ b/examples/gzctf/appsettings.json @@ -31,6 +31,12 @@ "SiteKey": "", "SecretKey": "" }, + "Registries": { + "ghcr.io": { + "UserName": "your-username", + "Password": "ghp_..." + } + }, "ForwardedOptions": { "ForwardedHeaders": 7, "ForwardLimit": 1,