File tree Expand file tree Collapse file tree 6 files changed +197
-115
lines changed Expand file tree Collapse file tree 6 files changed +197
-115
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ POSTGRESQL_DB=framna-docs
1313REPOSITORY_NAME_SUFFIX = -openapi
1414HIDDEN_REPOSITORIES =
1515NEW_PROJECT_TEMPLATE_REPOSITORY = shapehq/starter-openapi
16+ PROXY_API_MAXIMUM_FILE_SIZE_IN_MEGABYTES = 10
17+ PROXY_API_TIMEOUT_IN_SECONDS = 30
1618GITHUB_WEBHOOK_SECRET = preshared secret also put in app configuration in GitHub
1719GITHUB_WEBHOK_REPOSITORY_ALLOWLIST =
1820GITHUB_WEBHOK_REPOSITORY_DISALLOWLIST =
Original file line number Diff line number Diff line change 1515 - name : Checkout Repository
1616 uses : actions/checkout@v4
1717 - name : Setup Node.js
18- uses : actions/setup-node@v3
18+ uses : actions/setup-node@v4
1919 with :
2020 node-version : 20
2121 - name : Setup Environment
Original file line number Diff line number Diff line change 1515 - name : Checkout Repository
1616 uses : actions/checkout@v4
1717 - name : Setup Node.js
18- uses : actions/setup-node@v3
18+ uses : actions/setup-node@v4
1919 with :
2020 node-version : 20
2121 - name : Install Dependencies
You can’t perform that action at this time.
0 commit comments