fiberplane/Publish event
Publishes an event to Fiberplane
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-token | API token used to access the Fiberplane API with | yes | — |
| title | Title of the newly created event | yes | GitHub Action |
| labels | Labels to add to the event. Format: key=value|key=value|key=value | yes | — |
| time | Time at which the event occurred. Defaults to current time. Format should be a RFC 3339 formatted string | no | — |
| workspace-id | ID of the workspace to which the event should be posted | yes | — |
| fp-base-url | Base URL of the Fiberplane API | yes | https://studio.fiberplane.com |
Outputs
| name | description |
|---|---|
| id | ID of the newly created event |