ci: update authentication to use GITEA_TOKEN for secure Git operations #4

Merged
mnky merged 1 commits from build/add-push-drone-pipeleine-2 into main 2026-03-08 09:29:45 +00:00

1 Commits

Author SHA1 Message Date
Dennis Hundertmark 7a1dda51a4 ci: update authentication to use GITEA_TOKEN for secure Git operations
continuous-integration/drone/pr Build is passing
- Replace GITEA_PASSWORD with GITEA_TOKEN in environment variables
- Add validation checks for GITEA_USERNAME and GITEA_TOKEN
- Update git remote URL to include token for authentication
- Simplify push command to use configured origin remote

This change enhances security by using a token instead of a password for Git authentication in the CI pipeline.
2026-03-08 10:29:18 +01:00