clone with ssh in ci

This commit is contained in:
Luca Bilke 2024-02-10 19:51:46 +01:00
parent cbd3d7c749
commit cd333d6808
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,16 @@ when:
- event: tag - event: tag
- event: manual - event: manual
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
submodule-update-remote: true
use-ssh: true
ssh-key:
from_secret: gitea_ssh_key
steps: steps:
build: build:
image: git.snaile.de/snailed/xbps-builder:latest image: git.snaile.de/snailed/xbps-builder:latest