Skip to content

fix(ci): use tinyland-inc scope for GitHub Packages#6

Merged
Jess Sullivan (Jesssullivan) merged 1 commit into
mainfrom
jess/fix-github-package-scope
Apr 28, 2026
Merged

fix(ci): use tinyland-inc scope for GitHub Packages#6
Jess Sullivan (Jesssullivan) merged 1 commit into
mainfrom
jess/fix-github-package-scope

Conversation

@Jesssullivan

Copy link
Copy Markdown
Contributor

Summary

  • publish the GitHub Packages mirror as @tinyland-inc/tinyland-security
  • keep npmjs package identity as @tummycrypt/tinyland-security

Refs TIN-713.

Validation

  • ruby YAML parse for .github/workflows/ci.yml
  • git diff --check
  • actionlint .github/workflows/ci.yml

Notes

The prior publish run proved validation and artifact generation. npmjs publish is still blocked by the org-level NPM_TOKEN not being authorized for the @tummycrypt packages; this PR only fixes the GitHub Packages mirror scope.

@greptile-apps

greptile-apps Bot commented Apr 28, 2026

Copy link
Copy Markdown

Greptile Summary

This PR corrects the GitHub Packages scope for the npm mirror by changing github_package_name from @tummycrypt/tinyland-security to @tinyland-inc/tinyland-security, matching the tinyland-inc GitHub org that owns the repository. The npmjs identity (@tummycrypt/tinyland-security) is intentionally left unchanged.

Confidence Score: 5/5

Safe to merge — single-line, low-risk scope correction with no logic changes.

The change is a one-line string correction that aligns the GitHub Packages scope with the repository owner org. No logic, auth, or security changes are involved, and the rest of the workflow is unmodified.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Single-line fix updating github_package_name from @tummycrypt/tinyland-security to @tinyland-inc/tinyland-security so the GitHub Packages mirror is scoped to the correct org.

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant Bazel as Bazel Build
    participant GHCR as GitHub Packages
    participant NPM as npmjs

    GHA->>Bazel: build //:pkg //:test
    Bazel-->>GHA: ./bazel-bin/pkg artifact
    GHA->>GHCR: publish @tinyland-inc/tinyland-security (fixed scope)
    GHA->>NPM: publish @tummycrypt/tinyland-security (unchanged, blocked by NPM_TOKEN)
Loading

Reviews (1): Last reviewed commit: "fix(ci): use tinyland-inc scope for GitH..." | Re-trigger Greptile

@Jesssullivan Jess Sullivan (Jesssullivan) merged commit bccf7fc into main Apr 28, 2026
5 checks passed
@Jesssullivan Jess Sullivan (Jesssullivan) deleted the jess/fix-github-package-scope branch April 28, 2026 01:14
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.

1 participant