fix: better author flow#43
Merged
Merged
Conversation
Release assets are published under lychee-vX.Y.Z, not vX.Y.Z, which caused 404s when downloading the Linux tarball in test and docs workflows.
Resolves PYSEC-2026-175/177/178/179 reported against pyjwt 2.12.1 in task security:scan / CI.
Manual release downloads can 404 on GitHub Actions runners (rate limits / redirect quirks). Use pinned lycheeverse/lychee-action@v2.8.0 with lycheeVersion v0.24.2 and GITHUB_TOKEN for reliable installs.
lychee-action assumes the binary is at the tarball root; v0.24.2 ships lychee-x86_64-unknown-linux-gnu/lychee. Add scripts/ci-install-lychee.sh and call it from test/docs workflows instead of lychee-action.
docs/Secretfile.schema.json is gitignored but linked from docs/schema.md. Generate it via ci-prepare-docs-links.sh before task docs:links and in CI workflows; document the published secret0.com URL as well.
Lychee failed on docs/Secretfile.schema.json (gitignored, not in checkout). Point docs/schema.md at ../Secretfile.schema.json instead; drop uv prep from the lightweight test docs-links job.
kubernetes.io docs URLs are valid but often fail with "connection failed" from GitHub Actions egress. Exclude the host and add retries/user-agent for other external links.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
[Provide a detailed description of the changes in this PR]
Related Issues
[Link to related issues using #issue-number format]
Documentation PR
[Link to related associated PR in the repo]
Type of Change
[Choose one of the above types of changes]
Testing
[How have you tested the change?]
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.