8000 GitHub - Darahi/publish-event: GitHub Action for publishing Fiberplane events
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Darahi/publish-event

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History9 Commits

 
 
 
 
 
 
 
 

Repository files navigation

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"

About

GitHub Action for publishing Fiberplane events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.3%
  • Dockerfile 20.7%
0