Skip to content

Commit

Permalink
Add npm provenance to secure releases (#877)
Browse files Browse the repository at this point in the history
* feat: add npm provenance to releases

* feat: add npm provenance to releases
  • Loading branch information
belgattitude committed Jan 6, 2024
1 parent a448ce6 commit e329bcd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/eleven-cherries-raise.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .github/workflows/release-or-version-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e329bcd

Please sign in to comment.