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
Owner
  • 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.

- 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.
mnky added 1 commit 2026-03-08 09:29:36 +00:00
- 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.
mnky merged commit a240dd4b22 into main 2026-03-08 09:29:45 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mnky/NGRX-Playground#4