1.0.2 • Published 3 months ago

github-create-secret v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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

1.0.2

3 months ago

1.0.1

4 months ago

1.0.0

4 months ago

0.0.1

4 months ago

0.0.0

4 months ago