arm-examples/publish-cmsis-example
GitHub action to publish CMSIS example to keil.arm.com
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Branch to get the project from if not `main` | no | ${{ github.head_ref }} |
| project-file | Path to the project to publish (file with `.csolution.yml` extension) (required) | yes | — |
| project-directory | Path to the project directory if not git repository root | — | — |
| dry-run | Whether to just complete a dry-run (`true` or `false`). This can be useful to verify a project is publishable without actually making it available on `keil.arm.com` | no | false |
| CMSIS_API_KEY | API token for using CMSIS services (required) | yes | — |
| PUBLISH_API_KEY | (Deprecated) Kept on only for backward compatibility | — | — |
Outputs
no outputs