mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-04-03 04:27:39 -04:00
* Remove github_token input
Inputs need to be literal, static values.
Instead we should simply use `${{ secrets.GITHUB_TOKEN }}`
which is resolved at runtime
* Copy over generated SBOM files
The SBOM generator currently outputs the files
at the workspace root.
|
||
|---|---|---|
| .. | ||
| auto-release.yml | ||
| ci.yml | ||
| coverity_scan.yml | ||
| git-secrets.yml | ||
| kernel-checks.yml | ||
| kernel-demos.yml | ||
| unit-tests.yml | ||