This commit is contained in:
parent
a9e2352307
commit
01e47fe28d
1 changed files with 3 additions and 1 deletions
|
@ -18,13 +18,15 @@ steps:
|
||||||
push-changes:
|
push-changes:
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
remote_name: origin
|
remote: ssh://forgejo@git.flake.sh:2222/notohh/snowflake.git
|
||||||
branch: flake-lock-update
|
branch: flake-lock-update
|
||||||
local_ref: flake-lock-update
|
local_ref: flake-lock-update
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: forgejo_ssh_key
|
from_secret: forgejo_ssh_key
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: "flake.lock: update"
|
commit_message: "flake.lock: update"
|
||||||
|
author_name: "WoodpeckerCI"
|
||||||
|
author_email: "woodpecker@flake.sh"
|
||||||
make-pr:
|
make-pr:
|
||||||
image: johnwalkerx/gitea-pull-request-create-plugin:latest
|
image: johnwalkerx/gitea-pull-request-create-plugin:latest
|
||||||
pull: true
|
pull: true
|
||||||
|
|
Loading…
Reference in a new issue