Skip to content

Commit 5ae1979

Browse files
committed
build: do not generate providence metadata
When generating provenance attestations within GitHub Actions workflows, it is required that the repository in which the publish workflow is executed matches the repository specified in the metadata. This assumption does not hold with our decomposition of the monolithic repository into multiple repositories. As such, we disable the generation of provenance metadata.
1 parent bd36d50 commit 5ae1979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.npmrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

0 commit comments

Comments
 (0)