Skip to content

Commit ff19f40

Browse files
authored
custom node max-http-header-size (#687)
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 8bd83f1 commit ff19f40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ runs:
6666
id: generate-build-provenance-predicate
6767
- uses: actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc # v2.4.0
6868
id: attest
69+
env:
70+
NODE_OPTIONS: "--max-http-header-size=32768"
6971
with:
7072
subject-path: ${{ inputs.subject-path }}
7173
subject-digest: ${{ inputs.subject-digest }}

0 commit comments

Comments
 (0)