Skip to content

Commit bf4e30a

Browse files
authored
chore: makes npm token input optional (#62)
Changed the 'token' input requirement to optional in order to fully switch to trusted publishing (via OIDC).
1 parent 13368fb commit bf4e30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/npm-publish/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'This action publishes a package to the npm registry.'
44
inputs:
55
token:
66
description: 'The npm token to use for authentication.'
7-
required: true
7+
required: false
88
is_beta:
99
description: 'A stringified boolean indicating whether to publish the package as a beta version.'
1010
required: false

0 commit comments

Comments
 (0)