Skip to content

chore: remove gh pkgs ci setup#207

Merged
alfetopito merged 2 commits intomainfrom
fix/remove-gh-pkgs
Apr 2, 2026
Merged

chore: remove gh pkgs ci setup#207
alfetopito merged 2 commits intomainfrom
fix/remove-gh-pkgs

Conversation

@alfetopito
Copy link
Copy Markdown
Collaborator

@alfetopito alfetopito commented Apr 2, 2026

Summary

Installing GH pkgs into Docker never really worked. I tried to set it up but did not succeed.
Removing it to reduce complexity and get rid of the PACKAGE_READ_AUTH_TOKEN gh secret

Testing

  • Docker build step should succeed

Summary by CodeRabbit

  • Chores
    • Simplified CI/CD pipeline by removing custom package authentication configuration from dependency installation workflows
    • Streamlined build processes across multiple environments (CI and Docker) to use only standard Node and Yarn setup methods
    • Reduced configuration complexity by eliminating special registry authentication requirements

@alfetopito alfetopito self-assigned this Apr 2, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c3ea2a8b-4a59-40ca-a238-3741448f80fe

📥 Commits

Reviewing files that changed from the base of the PR and between 5b58137 and 40b6941.

⛔ Files ignored due to path filters (1)
  • libs/repositories/src/gen/cow/cow-api-types.ts is excluded by !**/gen/**
📒 Files selected for processing (4)
  • .github/workflows/actions/setup-dependencies/action.yml
  • .github/workflows/ci.yml
  • .github/workflows/docker.yml
  • src/scripts/install-sdk-preview.mjs
💤 Files with no reviewable changes (3)
  • .github/workflows/docker.yml
  • .github/workflows/actions/setup-dependencies/action.yml
  • src/scripts/install-sdk-preview.mjs

📝 Walkthrough

Walkthrough

These changes remove package registry authentication token handling from CI/CD workflows and eliminate the SDK preview installation script. The setup workflow now performs only basic Node configuration and yarn installation without custom npm registry configuration or authentication.

Changes

Cohort / File(s) Summary
Workflow Action Definition
.github/workflows/actions/setup-dependencies/action.yml
Removed authToken composite action input and deleted the npm registry authentication setup step including invocation of install-sdk-preview.mjs.
CI/CD Workflow Invocations
.github/workflows/ci.yml, .github/workflows/docker.yml
Removed authToken secret input parameter from all calls to the setup-dependencies composite action across CI and Docker workflows.
Authentication Setup Script
src/scripts/install-sdk-preview.mjs
Deleted entire installSdkPreview() exported function that checked for PR-versioned SDK packages and configured .npmrc for GitHub Packages authentication.

Poem

🐰 The tokens have hopped away, now cleared and clean,
No more secrets needed for registries unseen,
Simple yarn and node, that's all we need,
The setup flows lighter, no cryptic deed!

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: remove gh pkgs ci setup' accurately summarizes the main change: removing GitHub Packages authentication from the CI setup workflow, which aligns with the PR's objective to remove package registry setup from Docker CI.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/remove-gh-pkgs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@alfetopito alfetopito requested a review from a team April 2, 2026 15:02
@alfetopito alfetopito merged commit d781bce into main Apr 2, 2026
9 checks passed
@alfetopito alfetopito deleted the fix/remove-gh-pkgs branch April 2, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants