kinko-action

command module
v0.0.0-...-e3f3cfa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

README

Kinko Action

This is a GitHub|Gitea Action that interacts with the Kinko API.

Inputs

  • secret: The name of the secret to use.
  • api_url: The URL of the Kinko API. Format: http(s)://(kinko.example.com|192.168.255.254)(:port)@token.
  • debug: Enable debug mode to see plain secret output. Options: true or false. Default is false.

Usage

Here's an example of how to use this action in your workflow:

steps:
- name: Add secrets
  uses: https://github.com/1704mori/kinko-action@main
  with:
    secret: my_secret_name
    api_url: ${{ secrets.KINKO_API_URL }}
    debug: false

Credits

License

The scripts and documentation in this project are released under the GPL 3.0 License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL