analogdevicesinc / msdk

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

fix(workflow): Add token permissions to automatically re-trigger actions after a commit #957

Closed sihyung-maxim closed 6 months ago

sihyung-maxim commented 6 months ago

Description

Added a new repo secret (similar to old MSDK repo location), so any commits made by a runner (like for clang-format-run) would automatically re-trigger all other actions.

Checklist Before Requesting Review