Coiled Login
ActionsTags
(2)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.
Coiled Login 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.