You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it seems that this backend defaults to using username@hostname for the git author. I would like to use this in CI and commit as my github app using a custom token generated in that workflow.
The text was updated successfully, but these errors were encountered:
Another valid use-case for this is having a repository with branch protection that forbids pushing to the main branch directly. We could then have a service account specified in the bypass list and configured as the git author for this backend such that it can update the state
Currently, it seems that this backend defaults to using
username@hostname
for the git author. I would like to use this in CI and commit as my github app using a custom token generated in that workflow.The text was updated successfully, but these errors were encountered: