We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9cbc9 commit f8f20ddCopy full SHA for f8f20dd
1 file changed
.github/workflows/_publish.yml
@@ -12,13 +12,13 @@ on:
12
description: The package registry host.
13
type: string
14
required: true
15
- node_auth_token:
16
- description: The Node.js auth token.
17
- required: true
18
secrets:
19
registry_token:
20
description: The package registry token.
21
+ node_auth_token:
+ description: The Node.js auth token.
+ required: true
22
23
jobs:
24
publish:
0 commit comments