Skip to content

Commit 5aa8776

Browse files
authored
Make NPM_TOKEN optional in node-release workflow
Changed NPM_TOKEN requirement from true to false.
1 parent 818ae17 commit 5aa8776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
secrets:
66
NPM_TOKEN:
77
description: 'npm token'
8-
required: true
8+
required: false
99
GIT_TOKEN:
1010
description: 'github personal token'
1111
required: true

0 commit comments

Comments
 (0)