Skip to content

alpacax/alpacon-common-action

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

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alpacon Common Action

Run any Alpacon CLI command in your Alpacon workspace using this GitHub Action.

Features

  • Execute any alpacon command with full flexibility
  • Handles authentication and workspace connection automatically

Prerequisites

This action requires the Alpacon CLI to be installed in your workflow. Use the Alpacon Setup Action first:

- name: Setup Alpacon CLI
  uses: alpacax/[email protected]

Usage examples

- name: Run Alpacon Command
  uses: alpacax/[email protected]
  with:
    workspace-url: ${{ secrets.ALPACON_WORKSPACE_URL }}
    api-token: ${{ secrets.ALPACON_API_TOKEN }}
    command: "server ls"

Inputs

Name Description Required
workspace-url Alpacon workspace URL. Yes
api-token Alpacon API token for authentication. Yes
command Alpacon command to execute. Yes

Notes

About

GitHub Action to run Alpacon CLI commands in workflows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •