actions-marketplace-validations/Publish KiCad addon
Publish a KiCad addon to the official metadata repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Addon name | — | ${{github.event.repository.name}} |
| desc | Addon description (short) | — | "" |
| desc_full | Addon description (full) | — | "" |
| identifier | Addon identifier | — | com.github.${{github.actor}}.${{github.event.repository.name}} |
| type | Addon (plugin, library, colortheme) | — | plugin |
| author_name | Addon author | — | ${{github.actor}} |
| maintainer_name | Addon maintainer | — | ${{github.actor}} |
| license | Addon license | — | GPL-2.0 |
| version | Addon version number | — | "" |
| kicad_version | KiCad version number | — | 6.0 |
| status | Addon status (stable, testing, development, deprecated, invalid) | — | stable |
| files | Plugin files (to move into "plugins" folder) | — | *.py *.png |
| icon | Icon file | — | assets/icon.png |
| deploy | Deploy to KiCad repository | — | false |
| gitlab_user | GitLab username | — | ${{github.actor}} |
| gitlab_email | GitLab user email | — | ${{github.actor}}@users.noreply.github.com |
| gitlab_token | GitLab token secret | — | "" |
| gitlab_branch | GitLab branch | — | ${{ github.event.repository.name }} |
| gitlab_folder | GitLab folder | — | com.github.${{github.actor}}.${{github.event.repository.name}} |
Outputs
no outputs