diff --git a/.changeset/eleven-cherries-raise.md b/.changeset/eleven-cherries-raise.md new file mode 100644 index 000000000..8d3492ce8 --- /dev/null +++ b/.changeset/eleven-cherries-raise.md @@ -0,0 +1,9 @@ +--- +"prisma-exception": patch +"@httpx/assert": patch +"@httpx/dsn-parser": patch +"@httpx/exception": patch +"@httpx/json-api": patch +--- + +Add npm provenance to releases diff --git a/.github/workflows/release-or-version-pr.yml b/.github/workflows/release-or-version-pr.yml index fac311b1e..528ba201d 100644 --- a/.github/workflows/release-or-version-pr.yml +++ b/.github/workflows/release-or-version-pr.yml @@ -53,4 +53,5 @@ jobs: # trigger the regular CI workflow. This limitation can be circumvented by # setting a custom PAT token from a GH account and setting it the secrets. GITHUB_TOKEN: ${{ secrets.BELGATTITUDE_HTTPX_TOKEN }} + NPM_CONFIG_PROVENANCE: true