Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 518 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 518 Bytes

setup-beaker

A GitHub Action for setting up the Beaker command-line client.

Inputs

token (required)

Your Beaker token.

workspace (optional)

The default workspace to use.

Outputs

account

The name of the authenticated Beaker account.

Example

- name: Setup Beaker
  uses: allenai/setup-beaker@v1
  with:
    token: ${{ secrets.BEAKER_TOKEN }}
    workspace: ai2/beaker-testing
- name: Verify Beaker install
  run: |
    beaker account whoami