npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

oidc-publishing

0.1.2

@GitHub Actions

npmHomeRepoSnykSocket
Downloads:11
$ npm install oidc-publishing
DailyWeeklyMonthlyYearly

oidc-publishing

OIDC publishing tools for GitHub and npm.

npm i [-g] oidc-publishing

API

await setup([base][, options])

Options include:

options = {
  environment: 'npm',
  workflow: 'publish.yml',
  reviewers: []
}

CLI

oidc-publishing setup [flags] [entry]

Flags include:

--environment <name>     The deployment environment name (default: npm)
--workflow <file>        The workflow file name (default: publish.yml)
--reviewer <specifier>   The team: or user: that should act as reviewer

License

Apache-2.0