ci: fix clone auth with codeberg_token secret

This commit is contained in:
openhands 2026-02-22 16:07:07 +00:00
parent 6304cca556
commit 57deaaaf8f
2 changed files with 24 additions and 0 deletions

View file

@ -5,6 +5,18 @@ name: build-and-test
when:
event: pull_request
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 50
environment:
GIT_TERMINAL_PROMPT: "0"
CI_NETRC_MACHINE: codeberg.org
CI_NETRC_USERNAME: johba
CI_NETRC_PASSWORD:
from_secret: codeberg_token
steps:
- name: bootstrap-deps
image: registry.niovi.voyage/harb/node-ci:latest