diff --git a/src/clickup-ts.ts b/src/clickup-ts.ts index 63518e29..46ab0f4b 100644 --- a/src/clickup-ts.ts +++ b/src/clickup-ts.ts @@ -49,13 +49,16 @@ export module clickupTs { workflowBootstrapSteps: [ { name: 'GitHub Packages authorization', - // This does some env var obverloading where the release step also defines NPM_TOKEN with the action token that allows uploading + // This does some env var overloading where the release step also defines NPM_TOKEN with the action token that allows uploading env: { NPM_TOKEN: '${{ secrets.ALL_PACKAGE_READ_TOKEN }}' }, run: [ 'cat > .npmrc <