ci: Fix act_runner auth for composite actions #5

Merged
cal merged 2 commits from ci/fix-action-auth into main 2026-02-18 19:52:37 +00:00

2 Commits

Author SHA1 Message Date
cal
25c533ed3d Merge branch 'main' into ci/fix-action-auth
All checks were successful
Build Docker Image / build (pull_request) Successful in 47s
2026-02-18 19:49:03 +00:00
Cal Corum
ea71371b95 Fix act_runner auth: short-form local actions + full GitHub URLs
All checks were successful
Build Docker Image / build (pull_request) Successful in 46s
DEFAULT_ACTIONS_URL=self requires local actions use short form
(cal/gitea-actions/...) so the runner passes its auth token, and
GitHub actions use full URLs (https://github.com/...) to bypass
local resolution.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 13:32:14 -06:00