22 lines
486 B
Markdown
22 lines
486 B
Markdown
# Generate BOM
|
|
|
|
Generate a BOM for a project on AllSpice Hub.
|
|
|
|
Uses the
|
|
[actions/typescript-action](https://github.com/actions/typescript-action)
|
|
template.
|
|
|
|
Note: currently only works with Altium projects.
|
|
|
|
## Usage
|
|
|
|
Add the following step to your actions:
|
|
|
|
```yaml
|
|
- name: Generate BOM
|
|
uses: https://hub.allspice.io/shrikanth-allspice/generate-bom@v1
|
|
with:
|
|
project_path: Archimajor.PrjPcb
|
|
output_file_name: bom.csv
|
|
auth_token: ${{ secrets.ALLSPICE_HUB_AUTH_TOKEN }}
|
|
``` |