Skip to content

Commit 0b1d853

Browse files
committed
chore: update token handling
1 parent f8592f0 commit 0b1d853

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
run_install:
55
description: Run the install pnpm command
66
default: "false"
7-
NPM_TOKEN:
7+
GH_NPM_TOKEN:
88
description: "npm token for private registry"
99
required: true
1010

@@ -28,3 +28,5 @@ runs:
2828
- name: Install dependencies
2929
shell: bash
3030
run: pnpm install --frozen-lockfile
31+
env:
32+
GH_NPM_TOKEN: ${{ inputs.GH_NPM_TOKEN }}

0 commit comments

Comments
 (0)