ci: use dedicated git secrets for manifest updates
continuous-integration/drone/pr Build is passing

This commit is contained in:
Dennis Hundertmark
2026-03-09 11:33:46 +01:00
parent 7a1dda51a4
commit 305602644c
+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"