Skip to content

Remove unused NPM_TOKEN/NODE_AUTH_TOKEN env vars in publish.yml #21

Description

@Jaro-c

I noticed publish.yml sets:

env:
  NODE_AUTH_TOKEN: ""
  NPM_TOKEN: ""

on the Publish to NPM (Trusted Publisher) step, and both look unused now that publishing goes through OIDC trusted publishing (id-token: write + npm publish --provenance). Looks like dead leftover config from before the OIDC migration — I'd remove the env: block from that step.

Split out from #19.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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