Skip to content

Commit 2b232e9

Browse files
committed
Patch: added generating provenance statements
1 parent 3d0a64b commit 2b232e9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616

1717
permissions:
1818
contents: write
19+
id-token: write
1920

2021
jobs:
2122
package-release:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: write
11+
id-token: write
1112

1213
jobs:
1314
package-release:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"storybook": "NODE_ENV=storybook storybook dev -p 6006",
1818
"build-storybook": "storybook build",
1919
"prepare": "lefthook install",
20-
"release": "bunx github:akalanka47000/bunpublish --tag=${TAG:=latest}",
20+
"release": "bunx github:akalanka47000/bunpublish --tag=${TAG:=latest} --provenance",
2121
"test": "echo \"Error: no test specified\" && exit 1"
2222
},
2323
"keywords": [

0 commit comments

Comments
 (0)