Compare commits
2 Commits
a240dd4b22
...
9095cdf4ed
| Author | SHA1 | Date | |
|---|---|---|---|
| 9095cdf4ed | |||
| 305602644c |
+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