Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

inngest/setup-inngest

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

inngest/setup-inngest

This action installs the Inngest CLI (inngest/inngest) on your Linux, Mac, or Windows runner in GitHub Actions.

You probably want to use a more specific action that uses this internally - see:

Usage

steps:
  - uses: actions/checkout@v3
  - uses: inngest/setup-inngest@v1
    with:
      token: ${{ secrets.INNGEST_AUTH_TOKEN }}

An additional version input is optional. If not supplied, the "latest" version will be used. If supplied, it should be a semver version number such as 0.5.2.

The token input is also optional. If supplied, we'll log in to the CLI for you (synonymous with using inngest login --token). This is useful if you wish to perform authenticated commands with the CLI, like deploying functions or testing against production data.