ci: use dedicated git secrets for manifest updates #5
+2
-2
@@ -47,9 +47,9 @@ steps:
|
|||||||
image: alpine:3.20
|
image: alpine:3.20
|
||||||
environment:
|
environment:
|
||||||
GITEA_USERNAME:
|
GITEA_USERNAME:
|
||||||
from_secret: gitea_username
|
from_secret: gitea_git_username
|
||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
from_secret: gitea_password
|
from_secret: gitea_git_token
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git sed
|
- apk add --no-cache git sed
|
||||||
- test -n "$GITEA_USERNAME"
|
- test -n "$GITEA_USERNAME"
|
||||||
|
|||||||
Reference in New Issue
Block a user