Why is the GitHub Action erroring? #1046
-
Link: https://github.com/Pysics/Pysics/actions/runs/2299900663 |
Beta Was this translation helpful? Give feedback.
Answered by
lowlighter
May 12, 2022
Replies: 1 comment 2 replies
-
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). |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Ombucha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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