ci: use dedicated git secrets for manifest updates #5

Merged
mnky merged 1 commits from build/add-push-drone-pipeleine-2 into main 2026-03-09 10:35:39 +00:00
Showing only changes of commit 305602644c - Show all commits
+2 -2
View File
@@ -47,9 +47,9 @@ steps:
image: alpine:3.20
environment:
GITEA_USERNAME:
from_secret: gitea_username
from_secret: gitea_git_username
GITEA_TOKEN:
from_secret: gitea_password
from_secret: gitea_git_token
commands:
- apk add --no-cache git sed
- test -n "$GITEA_USERNAME"