The repository has no Actions secrets (gh api repos/JuliaDiff/ReverseDiff.jl/actions/secrets returns total_count: 0), so secrets.DOCUMENTER_KEY in TagBot.yml expands to an empty string.
TagBot therefore pushes release tags over HTTPS with GITHUB_TOKEN, and GitHub does not start workflow runs for refs pushed with GITHUB_TOKEN. The docs job in ci.yml never runs on a tag, so no versioned documentation has been deployed since v1.15.3 and stable still serves 1.15.3 (#267, #260).
ForwardDiff.jl has the same workflow files but does have the secret, and its tag pushes do trigger CI.
This needs someone with admin rights on the repository:
- Run
DocumenterTools.genkeys(user = "JuliaDiff", repo = "ReverseDiff.jl").
- Add the public key under Settings → Deploy keys, with write access enabled.
- Add the private key as a repository secret named
DOCUMENTER_KEY.
The repository has no Actions secrets (
gh api repos/JuliaDiff/ReverseDiff.jl/actions/secretsreturnstotal_count: 0), sosecrets.DOCUMENTER_KEYinTagBot.ymlexpands to an empty string.TagBot therefore pushes release tags over HTTPS with
GITHUB_TOKEN, and GitHub does not start workflow runs for refs pushed withGITHUB_TOKEN. Thedocsjob inci.ymlnever runs on a tag, so no versioned documentation has been deployed since v1.15.3 andstablestill serves 1.15.3 (#267, #260).ForwardDiff.jl has the same workflow files but does have the secret, and its tag pushes do trigger CI.
This needs someone with admin rights on the repository:
DocumenterTools.genkeys(user = "JuliaDiff", repo = "ReverseDiff.jl").DOCUMENTER_KEY.