Skip to content

Commit 648f233

Browse files
committed
build(config): Add provenance
1 parent 303564d commit 648f233

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
- name: Build package
6767
run: npm run build
6868

69+
- name: Sign package with Sigstore
70+
uses: sigstore/gh-action-sigstore@v2
71+
6972
- name: Run Semantic Release
7073
env:
7174
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
],
2525
"author": "Ahmad Yulia Rizqy Fahmi <https://github.com/rizqyfahmi>",
2626
"license": "MIT",
27+
"publishConfig": {
28+
"provenance": true
29+
},
2730
"bugs": {
2831
"url": "https://github.com/rizqyfahmi/commitlint-plugin-prevenger/issues"
2932
},

0 commit comments

Comments
 (0)