mirror of
https://github.com/actions/attest-build-provenance.git
synced 2026-07-29 03:46:47 +00:00
custom node max-http-header-size (#687)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user