Skip to content

Commit ace848e

Browse files
feat: setting up NPM Provenance (#40)
1 parent a13aec8 commit ace848e

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ jobs:
77
release:
88
name: Release
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
12+
id-token: write
13+
issues: write
14+
repository-projects: write
15+
deployments: write
16+
packages: write
17+
pull-requests: write
18+
1019
steps:
1120
- name: Checkout
1221
uses: actions/checkout@v3

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Pino destination formatter for AWS Lambda",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7-
"repository": "https://github.com/formidablelabs/pino-lambda.git",
7+
"repository": "https://github.com/FormidableLabs/pino-lambda.git",
88
"files": [
99
"/README.md",
1010
"/dist"
@@ -29,8 +29,8 @@
2929
],
3030
"author": "Charles Brown <charles.brown@formidable.com>",
3131
"license": "MIT",
32-
"homepage": "https://github.com/formidablelabs/pino-lambda#readme",
33-
"url": "https://github.com/formidablelabs/pino-lambda/issues",
32+
"homepage": "https://github.com/FormidableLabs/pino-lambda#readme",
33+
"url": "https://github.com/FormidableLabs/pino-lambda/issues",
3434
"devDependencies": {
3535
"@commitlint/cli": "^11.0.0",
3636
"@commitlint/config-conventional": "^11.0.0",
@@ -60,6 +60,9 @@
6060
"peerDependencies": {
6161
"pino": ">=6.0.0"
6262
},
63+
"publishConfig": {
64+
"provenance": true
65+
},
6366
"prettier": {
6467
"arrowParens": "always",
6568
"endOfLine": "auto",

0 commit comments

Comments
 (0)