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

CI: Add provenance to all published packages #13097

Merged
merged 2 commits into from
Mar 7, 2024

Commits on Mar 6, 2024

  1. CI: Add provenance to all published packages

    This commit adds provenance for all published packages. See the NPM documentation [0].
    
    Provenance will allow people to verify that the tailwindcss packages were actually built on GH Actions and with the content of the corresponding commit. This will help with supply chain security.
    
    For this to work, the `id-token` permission was added only where necessary.
    
    [0]: https://docs.npmjs.com/generating-provenance-statements
    saibotk committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b66bc11 View commit details
    Browse the repository at this point in the history
  2. chore: Add missing repository links to packages

    This is needed for provenance, to link the repository to the build accoring to the NPM docs [0].
    
    [0]: https://docs.npmjs.com/generating-provenance-statements#prerequisites
    saibotk committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d5750ab View commit details
    Browse the repository at this point in the history