Skip to content

Commit

Permalink
chore: update token handling
Browse files Browse the repository at this point in the history
  • Loading branch information
h2xd committed Jul 4, 2024
1 parent f8592f0 commit 0b1d853
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
run_install:
description: Run the install pnpm command
default: "false"
NPM_TOKEN:
GH_NPM_TOKEN:
description: "npm token for private registry"
required: true

Expand All @@ -28,3 +28,5 @@ runs:
- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile
env:
GH_NPM_TOKEN: ${{ inputs.GH_NPM_TOKEN }}

0 comments on commit 0b1d853

Please sign in to comment.