I would like to use the draw-zmk workflow to automatically commit to main, bypassing any rulesets, whenever my keymaps are updated. Currently, this isn't possible because the commits are made using the Github Actions app, which can't be added as a user with bypass permissions.
Is it possible to update the workflow to accept an optional auth token so that commits can be made by a user / app with bypass permissions?
I would like to use the
draw-zmkworkflow to automatically commit to main, bypassing any rulesets, whenever my keymaps are updated. Currently, this isn't possible because the commits are made using the Github Actions app, which can't be added as a user with bypass permissions.Is it possible to update the workflow to accept an optional auth token so that commits can be made by a user / app with bypass permissions?