GitHub
05/28/2025, 9:02 PMpermissions block at the root of the workflow file to explicitly define the minimal permissions required. Based on the provided workflow, the actions primarily involve checking out code and running builds, which typically only require contents: read. If additional permissions are needed for specific steps, they can be added later.
The permissions block should be added immediately after the name field in the workflow file.
---
Suggested fixes powered by Copilot Autofix. Review carefully before merging.
jmpsec/osctrlGitHub
05/28/2025, 9:02 PMGitHub
05/28/2025, 10:31 PM