Setup Alpacon CLI
ActionsInstalls Alpacon CLI. Should be run once per job before other Alpacon actions
v1.0.0
LatestBy alpacax
Tags
(2)This GitHub Action installs the Alpacon CLI in your workflow environment.
- Official Docs: Alpacon CLI Guide
- Installs Alpacon CLI automatically in your workflow
- Skips installation if CLI is already present
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 inputsThis action requires no inputs.
- 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
Setup Alpacon CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.