diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index e94e4c0..2170e32 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -3,8 +3,9 @@ on: workflow_call: inputs: scope: - description: 'NPM package scope (e.g., @iExecBlockchainComputing)' - required: true + description: 'NPM package scope (e.g., @iexec)' + required: false + default: '@iexec' type: string node-version: description: 'Node.js version to use'