From 6cd928d9832e82317fb5add285c624680a09751f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20West=C3=B6=C3=B6?= Date: Sat, 24 Jan 2026 08:38:16 +0100 Subject: [PATCH] Add GITEA_API_TOKEN documentation to .env.example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Users need GITEA_API_TOKEN for automatic webhook setup during deployment. Marked as optional with clear instructions on where to get it. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 289cc23..86e6515 100644 --- a/.env.example +++ b/.env.example @@ -67,6 +67,10 @@ DB_PASSWORD= # =================================== # Get your SAAC_API_KEY from: https://apps.startanaicompany.com/api/v1/register # Set as environment variable: export SAAC_API_KEY="your_key_here" +# +# GITEA_API_TOKEN is optional - only needed for automatic webhook setup +# Get from: https://git.startanaicompany.com → Settings → Applications → Generate New Token +# Set as environment variable: export GITEA_API_TOKEN="your_token_here" # =================================== # Feature Configuration