Kody Stribrny 2624889925
Remove github_token input, correct for SBOM file placement (#1391)
* 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.
2026-03-30 23:47:57 +00:00
..