2i2c-org/Setup Binder Session
Provision a BinderHub session.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 14, 2026
- License
- None
Pinned Snippet
uses: 2i2c-org/clinder@8686108dd6f4ca5151a752c16c2295192cee77bb # cli-v0.1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| hub-url | URL of BinderHub | yes | — |
| repo | GitHub repository, e.g jupyterlab/jupyterlab. Empty for this repository. | yes | ${{ github.event.pull_request.head.repo.full_name || github.repository }} |
| ref | GitHub ref. Empty for the current ref. | yes | ${{ github.event.pull_request.head.ref || github.ref_name }} |
| build-token | BinderHub build token | no | — |
Outputs
| name | description |
|---|---|
| url | The URL of the BinderHub session |
| token | The token of the BinderHub session |