Merge pull request 'ci: use dedicated git secrets for manifest updates' (#5) from build/add-push-drone-pipeleine-2 into main
continuous-integration/drone/push Build is failing

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-03-09 10:35:38 +00:00
+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"