diff --git a/.github/workflows/locize-sync.yml b/.github/workflows/locize-sync.yml index 933788cfe84..6fd30735b1b 100644 --- a/.github/workflows/locize-sync.yml +++ b/.github/workflows/locize-sync.yml @@ -19,10 +19,11 @@ jobs: cache: 'yarn' registry-url: 'https://registry.npmjs.org' - - name: Install 🔧 - run: yarn --network-timeout 1000000 --frozen-lockfile + - name: Install NPM dependencies + working-directory: react-components + run: yarn install --immutable env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_READONLY_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} - name: 'Save added keys to locize' run: yarn save-missing