We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91db075 commit 6c5ea6fCopy full SHA for 6c5ea6f
.github/workflows/sync-openapi.yml
@@ -57,6 +57,7 @@ jobs:
57
env:
58
# Needed for gh
59
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
60
+ NODE_OPTIONS: '--max-old-space-size=8192'
61
run: |
62
npm run sync-rest -- \
63
--source-repos rest-api-description models-gateway \
0 commit comments