Skip to main content

Plugin Step

Properties

  • name - string
    The plugin name to load.

  • inputs - object
    The plugin inputs.

Examples

steps:
- type: plugin
spec:
name: slack
inputs:
channel: engineering
token: ${{ secrets.get("token") }}