diff --git a/.github/workflows/release_workspace.yml b/.github/workflows/release_workspace.yml index 7151436..db4ec8a 100644 --- a/.github/workflows/release_workspace.yml +++ b/.github/workflows/release_workspace.yml @@ -152,10 +152,10 @@ jobs: - name: publish run: | - yarn config set -H 'npmAuthToken' "${{ secrets.NPM_TOKEN }}" + yarn config set -H 'npmAuthToken' "${{ secrets.RHDH_NPM_TOKEN }}" yarn workspaces foreach -v --no-private npm publish --access public --tolerate-republish --dry-run env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.RHDH_NPM_TOKEN }} - name: Create tag working-directory: ${{ github.workspace }}/scripts/ci