Skip to content

Commit

Permalink
feat: add npm provenance to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Jan 6, 2024
1 parent e1e85de commit 28687e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/lemon-tools-sit.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
---

Release with npm provenance
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 @@ -15,6 +15,7 @@ jobs:
permissions:
contents: write # to create release (changesets/action)
pull-requests: write
id-token: write # to allow npm provenance
runs-on: ubuntu-latest
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
Expand Down

0 comments on commit 28687e1

Please sign in to comment.