mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-04-06 14:57:17 +02: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.