Skip to content

Commit

Permalink
Merge pull request #351 from FormidableLabs/provenance
Browse files Browse the repository at this point in the history
Setting up NPM Provenance
  • Loading branch information
paulmarsicloud authored May 1, 2023
2 parents e471da6 + 443688f commit d335122
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
issues: write
repository-projects: write
deployments: write
packages: write
pull-requests: write

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
"typings-tester": "^0.3.1",
"webpack": "^5.76.3"
},
"publishConfig": {
"provenance": true
},
"files": [
"src",
"lib",
Expand All @@ -94,7 +97,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/philpl/react-live.git"
"url": "https://github.com/FormidableLabs/react-live"
},
"engines": {
"npm": ">= 2.0.0",
Expand Down

0 comments on commit d335122

Please sign in to comment.