Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 359 Bytes

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.