Skip to content

Commit 3e80e29

Browse files
author
Paul Marsicovetere
committed
Setting up NPM Provenance
1 parent e471da6 commit 3e80e29

2 files changed

Lines changed: 11 additions & 0 deletions

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: 3 additions & 0 deletions
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",

0 commit comments

Comments
 (0)