ci: refresh Generate nyanlib caller from the centralized template - #343
Merged
Conversation
The centralized reusable workflow now authenticates to GHCR with a GitHub App token, which needs two additional secrets forwarded from the caller. Refreshes .github/workflows/generate_nyanlib.yml from the template so the gfp-server image can be pulled and models.nyanlib regenerated. Closes gdsfactory#342 Co-authored-by: Jonathan <86444011+thanojo@users.noreply.github.com> Co-Authored-By: Claude <noreply@anthropic.com>
jackgdsf
requested review from
MarkCunningham0410,
cdaunt,
joamatab and
thanojo
as code owners
September 4, 2026 09:50
Reviewer's guide (collapsed on small PRs)Reviewer's GuideRefreshes the nyanlib workflow caller to pass the GitHub App credentials required by the centralized reusable workflow to authenticate against GHCR and pull the gfp-server image. File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've reviewed your changes and they look great!
Sourcery assessment
Needs a human reviewer. The workflow will now pass a GitHub App private key and ID to the centralized reusable workflow; if that workflow handles or logs them incorrectly, the credential could be exposed or misused. Reverting stops future runs from receiving the secrets, but any exposure or access obtained before the revert would require credential rotation and would not be undone automatically.
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
thanojo
approved these changes
Sep 4, 2026
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.
The centralized reusable
generate_nyanlibworkflow now authenticates to GHCR with a GitHub App token rather than the job'sGITHUB_TOKEN, so it needsGFP_GHCR_APP_IDandGFP_GHCR_APP_PRIVATE_KEYforwarded from the caller.Refreshed straight from
doplaydo/pdk-ci-workflow-public/templates, no manual edits:.github/workflows/generate_nyanlib.ymlpre-commit run --all-filesrun twice.Test plan
Generate nyanlibcan pull thegfp-serverimageCloses #342
Summary by Sourcery
Update the Generate nyanlib workflow caller to support GHCR authentication through the centralized reusable workflow.
Bug Fixes:
CI: