2 Commits

Author SHA1 Message Date
mnky 9095cdf4ed 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
2026-03-09 10:35:38 +00:00
Dennis Hundertmark 305602644c ci: use dedicated git secrets for manifest updates
continuous-integration/drone/pr Build is passing
2026-03-09 11:33:46 +01: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"