Skip to content

Commit d335122

Browse files
Merge pull request #351 from FormidableLabs/provenance
Setting up NPM Provenance
2 parents e471da6 + 443688f commit d335122

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
id-token: write
14+
issues: write
15+
repository-projects: write
16+
deployments: write
17+
packages: write
18+
pull-requests: write
1119

1220
steps:
1321
- uses: actions/checkout@v2

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
"typings-tester": "^0.3.1",
8282
"webpack": "^5.76.3"
8383
},
84+
"publishConfig": {
85+
"provenance": true
86+
},
8487
"files": [
8588
"src",
8689
"lib",
@@ -94,7 +97,7 @@
9497
},
9598
"repository": {
9699
"type": "git",
97-
"url": "git+https://github.com/philpl/react-live.git"
100+
"url": "https://github.com/FormidableLabs/react-live"
98101
},
99102
"engines": {
100103
"npm": ">= 2.0.0",

0 commit comments

Comments
 (0)