ld-find-code-refs icon indicating copy to clipboard operation
ld-find-code-refs copied to clipboard

feat: add auth header for gha run

Open Hegi opened this issue 3 months ago • 0 comments

When code refs run in GHA, it can't prune branches, because of the lack in authentication. This small code change uses the GITHUB_TOKEN in the GHA context to interact with the remote server, enabling branch deletion for private repos.

Hegi avatar Sep 10 '25 03:09 Hegi