Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement transparent builds #99

Open
3 tasks
paulmillr opened this issue Oct 5, 2023 · 0 comments
Open
3 tasks

Implement transparent builds #99

paulmillr opened this issue Oct 5, 2023 · 0 comments

Comments

@paulmillr
Copy link
Collaborator

Provenance allows to transparently build the package on github servers and provide public log.

It's already done for js-e-c dependencies. Example: https://www.npmjs.com/package/@scure/bip32, see the bottom part of the page.

To enable provenance, we need:

  • Add github CI configuration file (I can do this) such as this one
  • Generate NPM publish token on npmjs.org
  • Add the publish token as NPM_PUBLISH_TOKEN secret env variable to github repository settings

https://github.blog/2023-04-19-introducing-npm-package-provenance/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant