diff --git a/.github/workflows/snapshot-this.yml b/.github/workflows/snapshot-this.yml index 6bcf973677..dff6e65ae6 100644 --- a/.github/workflows/snapshot-this.yml +++ b/.github/workflows/snapshot-this.yml @@ -14,7 +14,11 @@ jobs: if: | github.event.issue.pull_request && github.event.comment.body == '/snapshot-this' - runs-on: ubuntu-latest + runs-on: ubuntu-latest-8-cores + env: + TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} + TURBO_TEAM: ${{ secrets.TURBO_TEAM }} + NODE_OPTIONS: "--max_old_space_size=8192" steps: - name: Validate pull request uses: actions/github-script@v6