diff --git a/.drone.yml b/.drone.yml index 3d01cf2..6b3fc06 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"