Skip to content

Commit 7b5e338

Browse files
author
Robert Jackson
committed
Add scope to list of inputs
(cherry picked from commit 4c2d179)
1 parent e0544e5 commit 7b5e338

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ inputs:
1616
default: ''
1717
registry-url:
1818
description: 'Optional registry to set up for auth. Will set the registry in a project level .npmrc file, and set up auth to read in from env.NODE_AUTH_TOKEN'
19+
scope:
20+
description: 'Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/).'
1921
always-auth:
2022
description: 'Set always-auth in npmrc'
2123
default: 'false'

0 commit comments

Comments
 (0)