Skip to content

rwx-research/setup-abq

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

setup-abq

This is a GitHub action for installing abq.

Inputs

access-token

Your RWX Access Token. See https://www.rwx.com/docs/access-tokens

Example usage

uses: rwx-research/setup-abq@v1
with:
  access-token: ${{ secrets.RWX_ACCESS_TOKEN }}