Fix Gitea integration: use username/password instead of token
All checks were successful
continuous-integration/drone/push Build is passing

The publish:gitea scaffolder action requires username and password
for Git push operations, not just a token. Changed config to use
GITEA_USERNAME and GITEA_PASSWORD environment variables.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-10 09:37:25 +00:00
parent ce83279770
commit eadfc38667
2 changed files with 4 additions and 2 deletions

View File

@@ -45,7 +45,8 @@ integrations:
gitea:
- host: git.rber.bj
baseUrl: http://git.rber.bj
token: ${GITEA_TOKEN}
username: ${GITEA_USERNAME}
password: ${GITEA_PASSWORD}
proxy:
### Example for how to add a proxy endpoint for the frontend.