github-create-secret

1.0.2 • Public • Published

github-create-secret

Last version Coverage Status NPM Status

github-create-secret is the simplest way to create a GitHub secret.

Just call it and it will release the latest git tag created:

npx github-create-secret --owner Kikobeats --repo test --name MY_SECRET --value MY_VALUE

Alternatively, it can be used as Node.js module:

const createSecret = require('github-create-secret')

await createSecret({
  owner: "Kikobeats",
  repo: "test",
  name: "MY_SECRET",
  value: "MY_VALUE"
})

License

github-create-secret © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub Kiko Beats · Twitter @kikobeats

Package Sidebar

Install

npm i github-create-secret

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

7.62 kB

Total Files

6

Last publish

Collaborators

  • kikobeats