Skip to content

trytouca/actions-setup-touca

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

3 Commits
 
 
 
 

Repository files navigation

GitHub Action for setting up Touca CLI

Plugin that installs and configures Touca CLI for use in subsequent steps.

Example usage

uses: trytouca/actions-setup-touca@v1
with:
  api_key: ${{ secrets.TOUCA_API_KEY }}
  api_url: https://api.touca.io/@/my-team

Inputs

api_key

Optional API Key for Touca Cloud/Enterprise instance to set in your Touca configuration profile.

api_url

Optional API URL of Touca Cloud/Enterprise instance to set in your Touca configuration profile.