Skip to content

allenai/beaker-action

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

Repository files navigation

beaker-command

A GitHub Action for using the Beaker CLI.

Inputs

token (required)

Your Beaker token.

command (required)

The Beaker command to run (e.g. image or experiment).

args (required)

The arguments to the Beaker command.

Example

uses: allenai/beaker-command@v0
with:
  token: ${{ secrets.BEAKER_TOKEN }}
  command: account
  args: whoami