From ff19f402b6e212671813b2ebe231d8a7c81ec049 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Mon, 25 Aug 2025 13:52:01 -0700 Subject: [PATCH] custom node max-http-header-size (#687) Signed-off-by: Brian DeHamer --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 7cbc82a..fa6a9a7 100644 --- a/action.yml +++ b/action.yml @@ -66,6 +66,8 @@ runs: id: generate-build-provenance-predicate - uses: actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc # v2.4.0 id: attest + env: + NODE_OPTIONS: "--max-http-header-size=32768" with: subject-path: ${{ inputs.subject-path }} subject-digest: ${{ inputs.subject-digest }}