From 3be70e030eda6b7f964be93fa2c1668ad26f2e2f Mon Sep 17 00:00:00 2001 From: Piyush Patel Date: Thu, 20 Aug 2026 14:03:57 +0530 Subject: [PATCH] Update GitHub Packages scope to match GitHub account Pyush --- .github/workflows/release-gpr.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-gpr.yml b/.github/workflows/release-gpr.yml index 32d3ca0..0b8f541 100644 --- a/.github/workflows/release-gpr.yml +++ b/.github/workflows/release-gpr.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 22 registry-url: 'https://npm.pkg.github.com' - scope: '@pyush' + scope: '@Pyush' - name: Install dependencies run: npm ci diff --git a/package.json b/package.json index 05fc150..6a9f3c9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@iampyus/cipherlock", + "name": "@Pyush/cipherlock", "version": "1.0.1", "description": "Secure local secret-management architecture for NestJS apps with Unix Sockets, Windows Named Pipes, and TPM 2.0 / Apple Secure Enclave binding.", "author": "CipherLock Team",