diff --git a/.github/workflows/publish-auto.yml b/.github/workflows/publish-auto.yml index 68c53afc9..16ad0ec4c 100644 --- a/.github/workflows/publish-auto.yml +++ b/.github/workflows/publish-auto.yml @@ -15,13 +15,14 @@ jobs: steps: - uses: actions/checkout@v3 with: - # Fetch all history for all tags and branches fetch-depth: 0 - uses: actions/setup-node@v3 with: registry-url: "https://registry.npmjs.org" cache: "yarn" + env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Install Node dependencies run: yarn --frozen-lockfile