Skip to content

Commit ea7b2a2

Browse files
authored
chore: add provenance (#698)
1 parent 65bce6f commit ea7b2a2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
group: npm-deploy
1111
environment:
1212
name: release
13+
permissions:
14+
id-token: write
1315
steps:
1416
- name: Load secret
1517
uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"lint": "tsdx lint src test",
3030
"prepublishOnly": "yarn test && yarn build"
3131
},
32+
{
33+
"access": "public",
34+
"provenance": true
35+
},
3236
"peerDependencies": {},
3337
"husky": {
3438
"hooks": {

0 commit comments

Comments
 (0)