I'm using mkdocs to generate documents for my project,now I can't deploy those docs to Github pages,it tell me:
remote: Permission to XXX.git denied to github-actions[bot]. fatal: unable to access 'XXX': The requested URL returned error: 403
This is my CI
config.
And my secrets of the repository:(The two GIT_ACTIONS_PUSH
are all my personal access tokens.)
And if I start the CI
process manually, CI
will crash like this.
How can I solve it?