Skip to content

Publish event

Actions
Publishes an event to Fiberplane
v1.2
Latest
Verified creator
Star (6)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Fiberplane publish event action

This GitHub action will allow you to post an event to Fiberplane

Usage

First, create a Fiberplane API token and set it up as a GitHub secret named FIBERPLANE_TOKEN in your GitHub repository or organization.

Then add the following step to a workflow of your choice:

    # ...
    steps:
      # ...
      - uses: fiberplane/publish-event@v1.2
        with:
          # Required. Do *not* put your plaintext secret here
          api-token: ${{ secrets.FIBERPLANE_TOKEN }}
          # Required
          title: "API Deployment using GitHub Actions"
          # Required
          workspace-id: "0li9_5B8Sq2fPg7oLfZ5nw"
          # Format: key=optional value, separated with |. At least one label is required
          labels: "product=api|type=deploy"

Publish event is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Publishes an event to Fiberplane
v1.2
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Publish event is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.