Skip to content

Commit

Permalink
ci: add NPM packages provenance (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored Apr 25, 2023
1 parent b931b92 commit af3d21f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/few-gifts-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@lagon/cli': patch
'@lagon/astro': patch
'@lagon/remix': patch
---

Add NPM packages provenance
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
jobs:
release:
name: Release
permissions: write-all
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand All @@ -35,3 +36,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true

0 comments on commit af3d21f

Please sign in to comment.