analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 75 forks source link

revert(workflow): Remove token usage from clang-format-run workflow #960

Closed sihyung-maxim closed 3 months ago

sihyung-maxim commented 3 months ago

Description

ADI organization requires SSO with the token when a runner pushes a commit... Repo-specific secrets are a bust when you need all actions to re-trigger after a runner makes a commit, but the created secret will remain available in case for future use. Need to find an alternative to retrigger workflows, if possible.

Checklist Before Requesting Review