From d33711ca95d27511bfb13bb5e59e631699428899 Mon Sep 17 00:00:00 2001 From: MOCHIZUKI Natsune Date: Tue, 19 Dec 2023 13:31:05 +0900 Subject: [PATCH] fix: fix composite install action --- .github/composite/nodejs/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/composite/nodejs/action.yml b/.github/composite/nodejs/action.yml index 5ef9f36..8cfc320 100644 --- a/.github/composite/nodejs/action.yml +++ b/.github/composite/nodejs/action.yml @@ -8,6 +8,8 @@ runs: with: node-version-file: ".node-version" registry-url: "https://registry.npmjs.org" + always-auth: true + scope: "@natsuneko-laboratory" - name: Install pnpm uses: pnpm/action-setup@v2