ci: use manual clone to work around Woodpecker OAuth issue
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Oleks
2026-03-16 17:34:30 +02:00
parent 4c7dcd9279
commit ad7f55f4df

View File

@@ -5,7 +5,17 @@ when:
- event: tag
ref: "refs/tags/v*"
skip_clone: true
steps:
- name: clone
image: alpine/git
environment:
CLONE_TOKEN:
from_secret: registry_token
commands:
- git clone --depth 1 --branch $CI_COMMIT_TAG https://oleks:$CLONE_TOKEN@git.oleks.space/oleks/alertmanager-gotify-bridge.git .
- name: build-and-push
image: git.oleks.space/oleks/nix-ci:latest
environment: