Skip to content

increase security: have separate jobs for building tarballs and publishing them to npm #248

@NullVoxPopuli

Description

@NullVoxPopuli

this is so we can avoid running install during the publish phase.

if there are infected dependencies, they don't get access to our npm token

jobs:
  # ...

  - name: pack
    # installs, no token access

  # ...

  - name: publish
    # no install, no dependencies, but has token access

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions