mvkaran/Setup GitHub Copilot CLI
Install and setup GitHub Copilot CLI for use in GitHub Actions workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of Copilot CLI to install (e.g., "latest", "v0.0.369", or "prerelease") | no | latest |
| token | GitHub token for Copilot CLI authentication (exported as GH_TOKEN for convenience). The token is only needed when USING the CLI, not for installation. You can skip this and provide the token when running CLI commands instead. | no | — |
Outputs
| name | description |
|---|---|
| version | The installed version of Copilot CLI |
| path | Path to the Copilot CLI executable |