Skip to content

Commit

Permalink
feat: Enable npm provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Oct 21, 2023
1 parent 5cee2d7 commit 87d173a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
name: Release
runs-on: ubuntu-latest
concurrency: release
permissions:
contents: read
id-token: write
needs:
- coverage
- tests
Expand All @@ -91,6 +94,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_OWNER: ${{ github.repository_owner }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
- name: 🔃 Merge main back into develop
if: ${{ github.ref == 'refs/heads/main' }}
uses: everlytic/branch-merge@1.1.5
Expand Down

0 comments on commit 87d173a

Please sign in to comment.