Skip to content

Commit 49127df

Browse files
committed
build: don't set max provenance on private repos
Signed-off-by: CrazyMax <[email protected]>
1 parent 4b37ad6 commit 49127df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ jobs:
386386
labels: ${{ steps.prepare.outputs.labels }}
387387
outputs: ${{ steps.prepare.outputs.output }}
388388
platforms: ${{ steps.prepare.outputs.platform }}
389-
provenance: mode=max,version=v1
389+
provenance: version=v1
390390
pull: ${{ inputs.build-pull }}
391391
sbom: ${{ inputs.build-sbom }}
392392
secret-envs: GIT_AUTH_TOKEN=GIT_AUTH_TOKEN

0 commit comments

Comments
 (0)