From 4654a4e1158ffa1e4ec00062877d87397760c305 Mon Sep 17 00:00:00 2001 From: Jess Sullivan Date: Mon, 27 Apr 2026 22:57:10 -0400 Subject: [PATCH] fix(ci): align publish workflow package scope --- .github/workflows/publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bfc66ec..f56eada 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ permissions: packages: write jobs: package: - uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@21e0093a7586931ee69d716387e00556c6da7738 + uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@0d88ad73c6884f4854624d3a2ec4b6ce41f5bea8 with: runner_mode: shared shared_runner_labels_json: ${{ vars.PRIMARY_LINUX_RUNNER_LABELS_JSON }} @@ -33,7 +33,6 @@ jobs: bazel_targets: "//:pkg //:test" package_dir: ./bazel-bin/pkg npm_access: public - github_package_name: "@tummycrypt/tinyland-security" + github_package_name: "@tinyland-inc/tinyland-security" dry_run: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run || false }} - secrets: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + secrets: inherit