Skip to content

coiled/login-action

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

Coiled Login GitHub Action

This GitHub Action logs you in to Coiled by adding a step to your workflow.

  - name: Coiled Login
    uses: coiled/login-action@v1
    with:
      token: ${{ secrets.COILED_API_TOKEN }}

Later steps in your workflow can then use the Coiled CLI or Python API to create and manage Dask clusters.