Commit c97d6d1
authored
ci: add provenance statement to released artifacts (#1081)
## This PR
- add provenance statement to released artifacts
### Notes
Snippet from the NPM docs:
> You can generate provenance statements for the packages you publish.
This allows you to publicly establish where a package was built and who
published a package, which can increase supply-chain security for your
packages.
It also adds a cool badge in NPM 😎
### Resources
-
https://docs.npmjs.com/generating-provenance-statements#example-github-actions-workflow
Signed-off-by: Michael Beemer <[email protected]>1 parent 1ba149d commit c97d6d1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
0 commit comments