From 04a7429a1198483616206afd0f78912c1cc49d51 Mon Sep 17 00:00:00 2001 From: Soonho Kwon Date: Mon, 18 Sep 2023 02:27:11 +0900 Subject: [PATCH] :bug: Fix github scope --- .github/workflows/npm-publish-github-packages.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml index 32c6923..ad64908 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/npm-publish-github-packages.yml @@ -18,7 +18,7 @@ jobs: pnpm-version: [8.x] permissions: - contents: write + contents: read packages: write steps: diff --git a/package.json b/package.json index bdcc7fc..1f175d7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@sparcs/zabo-embed", + "name": "@sparcs-kaist/zabo-embed", "version": "0.0.1", "description": "Embed component for creating banner embeds in SPARCS services", "type": "module",