Skip to content

Why is the GitHub Action erroring? #1046

Answered by lowlighter
Ombucha asked this question in Q&A
Discussion options

You must be logged in to vote

Hi 👋 !

Seems the github token does not have write access to target repository:

So when it tries to commit the result, it returns a 403 error (forbidden).
comitter_token (which default to ${{ github.token }}) needs write permissions to push changes

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rvalitov
Comment options

@lowlighter
Comment options

Answer selected by Ombucha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment