Skip to content

Commit

Permalink
Fix NPM provenance (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-w authored Oct 14, 2024
1 parent 3048470 commit 10ee7a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ jobs:
pnpm run install-deps
pnpm nx-test-skip-cache
- name: Enable NPM PROVENANCE
run: echo "NPM_CONFIG_PROVENANCE=true" >> $GITHUB_ENV

- name: Publish to NPM
id: changesets
uses: changesets/action@3de3850952bec538fde60aac71731376e57b9b57 # v1.4.8
Expand All @@ -100,6 +97,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true

- name: Generate SBOM
uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5
Expand Down

0 comments on commit 10ee7a3

Please sign in to comment.