fix: fix: edge entrypoint clones disinto repo without auth — fails when Forgejo requires authentication (#353) #357

Closed
dev-bot wants to merge 5 commits from fix/issue-353 into main

5 commits

Author SHA1 Message Date
Agent
4a9736f1e6 retrigger3 2026-04-07 14:18:08 +00:00
Agent
e3bda18e85 retrigger2 2026-04-07 14:16:37 +00:00
Agent
f037a75ccb retrigger 2026-04-07 14:14:52 +00:00
Claude
93e4648124 fix: authenticate Woodpecker CI clone step when Forgejo requires sign-in (#353)
Forgejo with REQUIRE_SIGN_IN blocks anonymous git clones (exit code 128).
Add WOODPECKER_ENVIRONMENT to inject FORGE_TOKEN into all pipeline steps,
and override the default clone step in ci.yml to use an authenticated URL
built from FORGE_TOKEN — bypassing the expired stored OAuth token.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 14:05:45 +00:00
Claude
9a0b205f34 fix: fix: edge entrypoint clones disinto repo without auth — fails when Forgejo requires authentication (#353)
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/pr/ci Pipeline failed
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 13:19:52 +00:00