diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 118c16c2b3..2cb5401ca3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,10 +74,9 @@ jobs: run: | yarn config set npmRegistryServer https://registry.npmjs.org yarn config set npmAlwaysAuth true + yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" - name: Publish workspaces to NPM - env: - NPM_CONFIG_PROVENANCE: true run: | for LIB in $(echo ${LIBS}); do printf 'Publishing @openshift-assisted/%s\n' "${LIB}"