How to reformat and commit the code on apache repositories if we could not grant GITHUB_TOKEN write permission? #372
-
i want reformat the codes with
but one admin of apache repositories told me that the GITHUB_TOKEN write permission could not be granted on all apache repos, it seemed that |
Beta Was this translation helpful? Give feedback.
Answered by
stefanzweifel
May 19, 2025
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stefanzweifel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Write permissions for the default GITHUB_TOKEN are required for git-auto-commit to work.
I don't know the details about your "apache" repo, but there are settings in each single GitHub repository to change, if the GITHUB_TOKEN has write permissions.
If the admins of the repo don't want to enable this, there's no way to make git-auto-commit work.