Skip to content
package

GitHub Action

beaker-command

v0.2.0 Latest version

beaker-command

package

beaker-command

Run a Beaker command

Installation

Copy and paste the following snippet into your .yml file.

              

- name: beaker-command

uses: allenai/beaker-action@v0.2.0

Learn more about this action in allenai/beaker-action

Choose a version

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