Skip to content

alpacax/alpacon-setup-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

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alpacon Setup Action

This GitHub Action installs the Alpacon CLI in your workflow environment.

Features

  • Installs Alpacon CLI automatically in your workflow
  • Skips installation if CLI is already present

Usage examples

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@v4

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

      - name: Use other Alpacon actions
        uses: alpacax/[email protected]
        with:
          workspace-url: ${{ secrets.ALPACON_WORKSPACE_URL }}
          api-token: ${{ secrets.ALPACON_API_TOKEN }}
          # ... other inputs

Inputs

This action requires no inputs.

Notes

  • This action only installs the Alpacon CLI
  • Use this as the first step before other Alpacon actions (cp, websh, common)
  • Other Alpacon actions will handle authentication automatically
  • Alpacon CLI Getting Started

About

GitHub Action to install and configure the Alpacon CLI in CI/CD workflows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •