Skip to content

Commit

Permalink
ci/use provenance (#5)
Browse files Browse the repository at this point in the history
* ci: use provenance

* chore: changeset
  • Loading branch information
sushichan044 authored Apr 20, 2024
1 parent ad85b72 commit 63eda02
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/new-parrots-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@virtual-live-lab/prettier-config": patch
"@virtual-live-lab/eslint-config": patch
"@virtual-live-lab/tsconfig": patch
---

Use provenance option
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
pull-requests: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"provenance": true
},
"keywords": [],
"author": "sushi-chaaaan <[email protected]> (https://github.com/sushi-chaaaan)",
Expand Down
3 changes: 2 additions & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"provenance": true
},
"keywords": [],
"author": "sushi-chaaaan <[email protected]> (https://github.com/sushi-chaaaan)",
Expand Down
3 changes: 2 additions & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"provenance": true
},
"files": [
"*.json"
Expand Down

0 comments on commit 63eda02

Please sign in to comment.