[Error] Permission denied to github-actions[bot] #1135
-
Hello Everyone, The workflow I am having an issue can be found here. The goal of the workflow is setting up Python 3.11, installing a specific Python package, running that package that produces a JSON file in a specfic directory, checking out the repo, moving the JSON file into a specific directory and pushing the code. However, I am getting the following error: remote: Permission to albert-marrero/Yu-Gi-Oh-Data.git denied to github-actions[bot]. I have checked workflow permissions under settings -> actions -> general, and the workflow have read and write permissions. I am currently at a lost with this issue and wanted to reach out to the community for help. Also, I have attached a screenshot of the error in this discussion. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The problem was I had only read-only permission set up in the workflow. Once I took it out, it worked as intended. |
Beta Was this translation helpful? Give feedback.
-
Hi Albert, Thanks, Jack |
Beta Was this translation helpful? Give feedback.
The problem was I had only read-only permission set up in the workflow. Once I took it out, it worked as intended.